Add a missing ; to make things compile.
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
gdk_x11_colormap_foreign_new () to make the linker happy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
gdk_x11_colormap_foreign_new () to make the linker happy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
gdk_x11_colormap_foreign_new () to make the linker happy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
gdk_x11_colormap_foreign_new () to make the linker happy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
gdk_x11_colormap_foreign_new () to make the linker happy.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2002-09-25 Matthias Clasen <maclas@gmx.de>
|
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):
|
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap):
|
||||||
Replace leftover gdk_colormap_lookup () by
|
Replace leftover gdk_colormap_lookup () by
|
||||||
gdk_x11_colormap_foreign_new () to make the linker happy.
|
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,
|
typedef gboolean (*GtkAccelGroupFindFunc) (GtkAccelKey *key,
|
||||||
GClosure *closure,
|
GClosure *closure,
|
||||||
gpointer data)
|
gpointer data);
|
||||||
|
|
||||||
struct _GtkAccelGroup
|
struct _GtkAccelGroup
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user