output: Nuke wlr_output->events.present

This commit is contained in:
Alexander Orzechowski 2023-10-03 05:41:41 -04:00
parent 20050bddbc
commit 544e678be0
9 changed files with 12 additions and 52 deletions

View file

@ -67,7 +67,6 @@ struct wlr_wl_presentation_feedback {
struct wlr_wl_output *output;
struct wl_list link; // wlr_wl_output.presentation_feedbacks
struct wp_presentation_feedback *feedback;
uint32_t commit_seq;
};
struct wlr_wl_output_layer {

View file

@ -37,6 +37,7 @@ struct wlr_x11_output {
struct wlr_output wlr_output;
struct wlr_x11_backend *x11;
struct wl_list link; // wlr_x11_backend.outputs
uint32_t serial;
xcb_window_t win;
xcb_present_event_t present_event_id;