wayland: Implement the get_next_serial vfunc on GdkDisplay

This commit is contained in:
Rob Bradford 2012-01-06 16:47:53 +00:00
parent 1996618569
commit e13cca00cc

View File

@ -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