e6ffe88928
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.
12 lines
277 B
Text
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
|