mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Add a missing ; to make things compile.
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
This commit is contained in:
parent
cdc7d97361
commit
8ad93a0f1a
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -64,7 +64,7 @@ typedef gboolean (*GtkAccelGroupActivate) (GtkAccelGroup *accel_group,
|
||||
|
||||
typedef gboolean (*GtkAccelGroupFindFunc) (GtkAccelKey *key,
|
||||
GClosure *closure,
|
||||
gpointer data)
|
||||
gpointer data);
|
||||
|
||||
struct _GtkAccelGroup
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user