summaryrefslogtreecommitdiffstats
path: root/x11-wm/evilwm/files/patch-main.c
blob: c399d503e363ee6b642fd1e51d4ae0bcb59dca1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

$FreeBSD$

--- 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
-#ifdef SNAP
 int		opt_snap = 0;
-#endif
 #ifdef SHAPE
 int		have_shape, shape_event;
 #endif
@@ -159,6 +157,7 @@
 					handle_shape_event((XShapeEvent *)&ev);
 				}
 #endif
+			break;
 		}
 	}
 	return 1;
OpenPOWER on IntegriCloud