fbde5c5dd6
Split old-style patch files into current standard individual patch files.
11 lines
339 B
C
11 lines
339 B
C
--- winresize.c.orig 2013-09-17 21:38:07.392239520 -0700
|
|
+++ winresize.c 2013-09-17 22:11:21.781075811 -0700
|
|
@@ -81,7 +81,7 @@
|
|
|
|
if (ResolveMouseBinding(dpy, event, ignoremask) != ACTION_SELECT) {
|
|
FrameAllowEvents(winInfo->core.client, event->xbutton.time);
|
|
- return;
|
|
+ return 0;
|
|
}
|
|
|
|
/* draw depressed corner */
|