diff options
Diffstat (limited to 'x11-wm/olvwm/files/patch-winpane.c')
-rw-r--r-- | x11-wm/olvwm/files/patch-winpane.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/olvwm/files/patch-winpane.c b/x11-wm/olvwm/files/patch-winpane.c deleted file mode 100644 index 20580b7716fb..000000000000 --- a/x11-wm/olvwm/files/patch-winpane.c +++ /dev/null @@ -1,11 +0,0 @@ ---- winpane.c.orig 2013-09-17 21:38:07.492238885 -0700 -+++ winpane.c 2013-09-17 22:07:33.003048309 -0700 -@@ -171,7 +171,7 @@ - /* it's a ShapeNotify event */ - se = (XShapeEvent *) event; - if (se->kind != ShapeBounding) -- return; -+ return 0; - cli = winInfo->core.client; - cli->isShaped = se->shaped; - |