Add gdk_windowing_window_get_next_serial
This commit is contained in:
parent
19951c064e
commit
9e0899bd2f
@ -178,3 +178,9 @@ gdk_display_supports_composite (GdkDisplay *display)
|
|||||||
/* FIXME: Implement */
|
/* FIXME: Implement */
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gulong
|
||||||
|
_gdk_windowing_window_get_next_serial (GdkDisplay *display)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user