Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
8ad93a0f
Commit
8ad93a0f
authored
Sep 24, 2002
by
Matthias Clasen
Browse files
Add a missing ; to make things compile.
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
parent
cdc7d973
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8ad93a0f
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.
...
...
ChangeLog.pre-2-10
View file @
8ad93a0f
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.
...
...
ChangeLog.pre-2-2
View file @
8ad93a0f
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.
...
...
ChangeLog.pre-2-4
View file @
8ad93a0f
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.
...
...
ChangeLog.pre-2-6
View file @
8ad93a0f
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.
...
...
ChangeLog.pre-2-8
View file @
8ad93a0f
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.
...
...
gtk/gtkaccelgroup.h
View file @
8ad93a0f
...
...
@@ -64,7 +64,7 @@ typedef gboolean (*GtkAccelGroupActivate) (GtkAccelGroup *accel_group,
typedef
gboolean
(
*
GtkAccelGroupFindFunc
)
(
GtkAccelKey
*
key
,
GClosure
*
closure
,
gpointer
data
)
gpointer
data
)
;
struct
_GtkAccelGroup
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment