pkgsrc/x11/xnodecor/patches/patch-aa
kristerw e6ffe88928 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.
2004-01-21 21:04:43 +00:00

12 lines
277 B
Text

$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