mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
output: Nuke wlr_output->events.present
This commit is contained in:
parent
20050bddbc
commit
544e678be0
9 changed files with 12 additions and 52 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue