mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
output: remove old frame scheduling
This commit is contained in:
parent
2693e78109
commit
c90abf3199
8 changed files with 0 additions and 102 deletions
|
|
@ -765,8 +765,6 @@ void handle_x11_present_event(struct wlr_x11_backend *x11,
|
|||
.flags = flags,
|
||||
};
|
||||
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