wayland: Add internal API for handling Wayland serial numbers
We need to keep track of the serial numbers for various API requests.
This commit is contained in:
@ -70,8 +70,9 @@ struct _GdkWaylandDisplay
|
||||
/* Startup notification */
|
||||
gchar *startup_notification_id;
|
||||
|
||||
/* Time of most recent user interaction. */
|
||||
/* Time of most recent user interaction and most recent serial */
|
||||
gulong user_time;
|
||||
guint32 serial;
|
||||
|
||||
/* Wayland fields below */
|
||||
struct wl_display *wl_display;
|
||||
|
||||
Reference in New Issue
Block a user