mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
session-lock-v1: use wlr_surface_synced
This commit is contained in:
parent
aa32d1a127
commit
0ea6b6e2cc
2 changed files with 27 additions and 6 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/types/wlr_compositor.h>
|
||||
|
||||
struct wlr_session_lock_manager_v1 {
|
||||
struct wl_global *global;
|
||||
|
|
@ -80,6 +81,8 @@ struct wlr_session_lock_surface_v1 {
|
|||
|
||||
// private state
|
||||
|
||||
struct wlr_surface_synced synced;
|
||||
|
||||
struct wl_listener output_destroy;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue