aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-22 20:33:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-22 20:33:23 +0000
commit7a9a187c931dcb7daa541929fc19ec2acaffd166 (patch)
tree05c10d14326b2501ad5e704336d4643f541862b9 /x11-wm
parentb05afc490ca5087298c14cb5b6ce2f3b3bafceab (diff)
downloadports-7a9a187c931dcb7daa541929fc19ec2acaffd166.tar.gz
ports-7a9a187c931dcb7daa541929fc19ec2acaffd166.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/evilwm/files/patch-main.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/x11-wm/evilwm/files/patch-main.c b/x11-wm/evilwm/files/patch-main.c
index bce669cff1ec..c399d503e363 100644
--- a/x11-wm/evilwm/files/patch-main.c
+++ b/x11-wm/evilwm/files/patch-main.c
@@ -1,11 +1,9 @@
-$FreeBSD$
-main.c: In function `main':
-main.c:92: error: `opt_snap' undeclared (first use in this function)
+$FreeBSD$
---- main.c.orig Wed Oct 15 11:48:23 2003
-+++ main.c Fri Oct 24 05:09:42 2003
-@@ -37,9 +37,7 @@ int opt_bw = DEF_BW;
+--- main.c.orig Wed Oct 15 13:48:23 2003
++++ main.c Sun Aug 22 22:32:26 2004
+@@ -37,9 +37,7 @@
const char *opt_fc = DEF_FC;
int vdesk = KEY_TO_VDESK(XK_1);
#endif
@@ -15,3 +13,11 @@ main.c:92: error: `opt_snap' undeclared (first use in this function)
#ifdef SHAPE
int have_shape, shape_event;
#endif
+@@ -159,6 +157,7 @@
+ handle_shape_event((XShapeEvent *)&ev);
+ }
+ #endif
++ break;
+ }
+ }
+ return 1;