diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-10 01:18:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-05-10 01:18:30 +0000 |
commit | e67ce8e6a861a2ae491d8fe29c2cdc0190fe1a7c (patch) | |
tree | 51212af9c28f3d33d89a58f9afebcc0043c78e76 /x11-toolkits/gai | |
parent | e484cf47cc2cfd1bc58b2e41a830a1e63a6a0942 (diff) | |
download | ports-e67ce8e6a861a2ae491d8fe29c2cdc0190fe1a7c.tar.gz ports-e67ce8e6a861a2ae491d8fe29c2cdc0190fe1a7c.zip |
Notes
Diffstat (limited to 'x11-toolkits/gai')
-rw-r--r-- | x11-toolkits/gai/files/patch-gai:gai-gnome.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/gai/files/patch-gai:gai-gnome.c b/x11-toolkits/gai/files/patch-gai:gai-gnome.c new file mode 100644 index 000000000000..93ba6607b681 --- /dev/null +++ b/x11-toolkits/gai/files/patch-gai:gai-gnome.c @@ -0,0 +1,12 @@ +--- gai/gai-gnome.c.orig Mon May 10 09:16:17 2004 ++++ gai/gai-gnome.c Mon May 10 09:16:26 2004 +@@ -345,8 +345,8 @@ + static int + gai_gnome_expose(GtkWidget *widget, GdkEventExpose *event, gpointer d) + { +- GAI_ENTER; + static gboolean expose_lock = FALSE; ++ GAI_ENTER; + if(expose_lock){ + GAI_NOTE("Expose lock"); + return FALSE; |