diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-23 18:24:43 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-23 18:24:43 +0000 |
commit | 00f135f95076920fa5e940546c15a623ff79d467 (patch) | |
tree | 94f7b604fdd05460484738b39e7658f7149101f1 /x11-toolkits | |
parent | Update to 1.6.3. (diff) |
Fix build on 4.X.
Reported by: pointyhat
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=134016
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gai/files/patch-gai_gai-gnome.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/x11-toolkits/gai/files/patch-gai_gai-gnome.c b/x11-toolkits/gai/files/patch-gai_gai-gnome.c index f6848e3c1e61..789db3e74ff2 100644 --- a/x11-toolkits/gai/files/patch-gai_gai-gnome.c +++ b/x11-toolkits/gai/files/patch-gai_gai-gnome.c @@ -1,5 +1,5 @@ --- gai/gai-gnome.c.orig Sat Aug 14 13:58:24 2004 -+++ gai/gai-gnome.c Fri Apr 15 22:52:09 2005 ++++ gai/gai-gnome.c Sat Apr 23 17:06:12 2005 @@ -181,7 +181,7 @@ static void gai_gnome_create_menu(void) { @@ -19,13 +19,3 @@ sprintf(gnome_menu_xml+ptr,"</popup>\n"); -@@ -345,8 +348,8 @@ - static int - gai_gnome_expose(GtkWidget *widget, GdkEventExpose *event, gpointer d) - { -- static gboolean expose_lock = FALSE; - GAI_ENTER; -+ static gboolean expose_lock = FALSE; - - if(expose_lock){ - GAI_NOTE("Expose lock"); |