forked from AuroraMiddleware/gtk
wayland: Implement the get_next_serial vfunc on GdkDisplay
This commit is contained in:
parent
1996618569
commit
e13cca00cc
@ -425,7 +425,8 @@ gdk_wayland_display_after_process_all_updates (GdkDisplay *display)
|
||||
static gulong
|
||||
gdk_wayland_display_get_next_serial (GdkDisplay *display)
|
||||
{
|
||||
return 0;
|
||||
static gulong serial = 0;
|
||||
return ++serial;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user