Add a missing ; to make things compile.

* gdk/x11/gdkx.h: Add a missing ; to make things compile.
This commit is contained in:
Matthias Clasen 2002-09-24 21:31:22 +00:00
parent 15896b962d
commit beb31ce0f0
7 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -1,3 +1,7 @@
2002-09-24 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com>
Make icon sizes configurable (#70648, slightly based

View File

@ -128,7 +128,7 @@ GdkColormap* gdkx_colormap_get (Colormap xcolormap);
#endif
GdkColormap *gdk_x11_colormap_foreign_new (GdkVisual *visual,
Colormap xcolormap)
Colormap xcolormap);
/* Return the Gdk* for a particular XID */
gpointer gdk_xid_table_lookup_for_display (GdkDisplay *display,