Convert all gdk_window methods to vtable calls in the quartz backend

This commit is contained in:
Matthias Clasen
2010-12-21 21:12:04 -05:00
committed by Kristian Rietveld
parent 62cbc1acd4
commit 064bfceaad
4 changed files with 167 additions and 118 deletions

View File

@ -191,8 +191,8 @@ gdk_drop_finish (GdkDragContext *context,
/* FIXME: Implement */
}
void
gdk_window_register_dnd (GdkWindow *window)
void
_gdk_quartz_window_register_dnd (GdkWindow *window)
{
/* FIXME: Implement */
}