Skip to content

libwestom/compositor: Drop weston_frame_callback

Vlad Zahorodnii requested to merge zzag/weston:drop-weston-frame-callback into main

weston_frame_callback is needed primarily to store the doubly-linked list link, but it can be also retrieved by using the wl_resource_get_link() function.

This removes an extra heap allocation per every wl_callback object.

Signed-off-by: Vlad Zahorodnii vlad.zahorodnii@kde.org

Merge request reports