Convert all gdk_window methods to vtable calls in the quartz backend
This commit is contained in:
committed by
Kristian Rietveld
parent
62cbc1acd4
commit
064bfceaad
@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user