mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
fbde5c5dd6
Split old-style patch files into current standard individual patch files.
12 lines
308 B
C
12 lines
308 B
C
--- winipane.c.orig 2013-09-17 21:38:07.432239206 -0700
|
|
+++ winipane.c 2013-09-17 22:03:24.772361669 -0700
|
|
@@ -95,7 +95,7 @@
|
|
XSetBackground(dpy, gc,
|
|
winInfo->core.client->scrInfo->colorInfo.bgColor);
|
|
}
|
|
- return;
|
|
+ return 0;
|
|
}
|
|
|
|
XFillRectangle(dpy, pane, WinGC(winInfo,WORKSPACE_GC),
|