mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
layer-shell-v1: use wlr_surface_synced
This commit is contained in:
parent
0e3d2222c2
commit
a6122c3ec5
2 changed files with 84 additions and 50 deletions
|
|
@ -110,6 +110,10 @@ struct wlr_layer_surface_v1 {
|
|||
} events;
|
||||
|
||||
void *data;
|
||||
|
||||
// private state
|
||||
|
||||
struct wlr_surface_synced synced;
|
||||
};
|
||||
|
||||
struct wlr_layer_shell_v1 *wlr_layer_shell_v1_create(struct wl_display *display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue