Add a missing ; to make things compile.

* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
This commit is contained in:
Matthias Clasen 2002-09-24 21:59:54 +00:00
parent cdc7d97361
commit 8ad93a0f1a
7 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -1,5 +1,7 @@
2002-09-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
Replace leftover gdk_colormap_lookup () by
gdk_x11_colormap_foreign_new () to make the linker happy.

View File

@ -64,7 +64,7 @@ typedef gboolean (*GtkAccelGroupActivate) (GtkAccelGroup *accel_group,
typedef gboolean (*GtkAccelGroupFindFunc) (GtkAccelKey *key,
GClosure *closure,
gpointer data)
gpointer data);
struct _GtkAccelGroup
{