Initialize GdkInput.
2006-07-17 Richard Hult <richard@imendio.com> * gdk/quartz/gdkdisplay-quartz.c (gdk_display_open): Initialize GdkInput.
This commit is contained in:
committed by
Richard Hult
parent
e39a71dceb
commit
b4f78d06f8
@ -56,11 +56,11 @@ gdk_display_open (const gchar *display_name)
|
||||
gdk_screen_get_system_colormap (_gdk_screen));
|
||||
_gdk_windowing_window_init ();
|
||||
|
||||
|
||||
_gdk_events_init ();
|
||||
_gdk_input_init ();
|
||||
|
||||
#if 0
|
||||
/* FIXME: Remove the #if 0 when we have these functions */
|
||||
_gdk_input_init ();
|
||||
_gdk_dnd_init ();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user