mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
output: remove old frame scheduling
This commit is contained in:
parent
0b59a49179
commit
0967873a20
8 changed files with 1 additions and 103 deletions
|
|
@ -72,8 +72,6 @@ static void surface_frame_callback(void *data, struct wl_callback *cb,
|
|||
assert(output->frame_callback == cb);
|
||||
wl_callback_destroy(cb);
|
||||
output->frame_callback = NULL;
|
||||
|
||||
wlr_output_send_frame(&output->wlr_output);
|
||||
}
|
||||
|
||||
static const struct wl_callback_listener frame_listener = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue