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
|
|
@ -795,8 +795,6 @@ void handle_x11_present_event(struct wlr_x11_backend *x11,
|
|||
};
|
||||
timespec_from_nsec(&present_event.when, complete_notify->ust * 1000);
|
||||
wlr_output_send_present(&output->wlr_output, &present_event);
|
||||
|
||||
wlr_output_send_frame(&output->wlr_output);
|
||||
break;
|
||||
default:
|
||||
wlr_log(WLR_DEBUG, "Unhandled Present event %"PRIu16, event->event_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue