Fix a typo

This commit is contained in:
Matthias Clasen 2010-12-21 11:35:38 -05:00
parent dd05e41475
commit 8ad1c959ef

View File

@ -141,7 +141,7 @@ GdkColormap* gdkx_colormap_get (Colormap xcolormap);
GdkColormap *gdk_x11_colormap_foreign_new (GdkVisual *visual,
Colormap xcolormap);
#if !defined (GDK_DISABLE_DEPRECATED) || defined (GDK_COMPILATION
#if !defined (GDK_DISABLE_DEPRECATED) || defined (GDK_COMPILATION)
gpointer gdk_xid_table_lookup_for_display (GdkDisplay *display,
XID xid);
#endif