Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gtk
Commits
8ad93a0f
Commit
8ad93a0f
authored
Sep 24, 2002
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
7 changed files
with
13 additions
and
1 deletion
+13
-1
ChangeLog
ChangeLog
+2
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+2
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+2
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+2
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+2
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+2
-0
gtk/gtkaccelgroup.h
gtk/gtkaccelgroup.h
+1
-1
No files found.
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
Markdown
is supported
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