freebsd-ports/x11/xnodecor/files/patch-xnodecor.c
Edwin Groothuis f4d7b17dda New port: xnodecor (x11 utility on OverrideRedirect attribute)
Xnodecor is an x11 utility by which a user can make an
	window manager ignores his/her specified applications.  Such
	applications (e.g. clocks) appear without their border and
	title bar, are skipped in keyboard focus-circulation, and
	are sticky for flippng over multiple virtual screens.  This
	may be convenient for a user using a simple window manager
	such as wmx.

PR:		ports/45329
Submitted by:	Katsura Matsumoto <katsura@cc.okayama-u.ac.jp>
2003-09-08 07:08:14 +00:00

12 lines
267 B
C

--- xnodecor.c.orig Wed Jan 13 01:55:20 1999
+++ xnodecor.c Mon Nov 11 23:15:42 2002
@@ -39,7 +39,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-
+#include <unistd.h>
+
#define WAIT_DEFAULT 0
#define WAIT_TIMEOUT 15
#define VERBOSE_DEFAULT 0