diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-24 02:24:43 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-24 02:24:43 +0800 |
commit | 233c45a5cb08159f120d9bc396ab29653ce165a5 (patch) | |
tree | 9cefcd039af40e2856011cf6964b088ac373aa5c /x11-toolkits | |
parent | 1a12cdefdc7146c84795536cfb9893bb7b1675e1 (diff) | |
download | freebsd-ports-gnome-233c45a5cb08159f120d9bc396ab29653ce165a5.tar.gz freebsd-ports-gnome-233c45a5cb08159f120d9bc396ab29653ce165a5.tar.zst freebsd-ports-gnome-233c45a5cb08159f120d9bc396ab29653ce165a5.zip |
Fix build on 4.X.
Reported by: pointyhat
Approved by: adamw (mentor)
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"); |