Add stubs for queue_translation/antiexpose

This commit is contained in:
Richard Hult 2009-01-07 14:07:47 +01:00 committed by Alexander Larsson
parent cb8a3386c7
commit a362be9979

View File

@ -88,3 +88,18 @@ _gdk_quartz_window_move_region (GdkWindow *window,
{
/* FIXME: Implement */
}
void
_gdk_quartz_window_queue_translation (GdkWindow *window,
GdkRegion *area,
gint dx,
gint dy)
{
}
gboolean
_gdk_quartz_window_queue_antiexpose (GdkWindow *window,
GdkRegion *area)
{
return FALSE;
}