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:
parent
e39a71dceb
commit
b4f78d06f8
@ -1,3 +1,8 @@
|
||||
2006-07-17 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkdisplay-quartz.c (gdk_display_open): Initialize
|
||||
GdkInput.
|
||||
|
||||
2006-07-17 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_build_tree): check if the iter
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-07-17 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkdisplay-quartz.c (gdk_display_open): Initialize
|
||||
GdkInput.
|
||||
|
||||
2006-07-17 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_build_tree): check if the iter
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user