mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fbde5c5dd6
Split old-style patch files into current standard individual patch files.
12 lines
339 B
C
12 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 */
|