summaryrefslogtreecommitdiff
path: root/x11/xnodecor/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-01-21 21:04:43 +0000
committerkristerw <kristerw@pkgsrc.org>2004-01-21 21:04:43 +0000
commite6ffe88928ddf10b4216fe3b597ba981ce178730 (patch)
tree0c2eaa0f2cc56fd6ade21e00a4b7c72a2d2d4993 /x11/xnodecor/patches
parent15352b25c711d4439490b56e9c055a7394d34b27 (diff)
downloadpkgsrc-e6ffe88928ddf10b4216fe3b597ba981ce178730.tar.gz
Initial import of xnodecor-0.1
This program sets attribute "override_redirect" to True for any window you've specified (using window name). Window Managers should ignore such windows; it's useful, for example, if you're using wmx Window Manager, and want to have a clock on every virtual screen and without any borders. From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
Diffstat (limited to 'x11/xnodecor/patches')
-rw-r--r--x11/xnodecor/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xnodecor/patches/patch-aa b/x11/xnodecor/patches/patch-aa
new file mode 100644
index 00000000000..f0075df5520
--- /dev/null
+++ b/x11/xnodecor/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $
+
+--- xnodecor.c.orig Wed Jan 7 00:44:25 2004
++++ xnodecor.c
+@@ -39,6 +39,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
++#include <unistd.h>
+
+ #define WAIT_DEFAULT 0
+ #define WAIT_TIMEOUT 15