Remove dummy for gdk_event_get_graphics_expose()
This was a deprecated function that has been removed.
This commit is contained in:
parent
43f4398dbd
commit
be27fba3f3
@ -69,13 +69,6 @@ gdk_events_pending (void)
|
|||||||
(_gdk_quartz_event_loop_check_pending ()));
|
(_gdk_quartz_event_loop_check_pending ()));
|
||||||
}
|
}
|
||||||
|
|
||||||
GdkEvent*
|
|
||||||
gdk_event_get_graphics_expose (GdkWindow *window)
|
|
||||||
{
|
|
||||||
/* FIXME: Implement */
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
gdk_device_ungrab (GdkDevice *device,
|
gdk_device_ungrab (GdkDevice *device,
|
||||||
guint32 time_)
|
guint32 time_)
|
||||||
|
Loading…
Reference in New Issue
Block a user