summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-07-28 23:07:04 +0000
committersabetts <sabetts>2002-07-28 23:07:04 +0000
commit7ba1b046c9cd461f96917746dd982c049c3afe92 (patch)
treefe71cc4a49f0b73b0aa2c75471eb2ab114999693 /src/conf.h
parent538c8055da7ed86f159a7c5dc8aaf867d14385df (diff)
downloadratpoison-7ba1b046c9cd461f96917746dd982c049c3afe92.zip
* src/main.c (handler): do not report badwindow errors if
IGNORE_BADWINDOW is define. * src/conf.h (IGNORE_BADWINDOW): new define
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index ed6d7c2..2002a3e 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -68,4 +68,9 @@
/* Maximum depth of a link. Used in the 'link' command. */
#define MAX_LINK_DEPTH 16
+/* Bad window messages can be safely ignored now that ratpoison has
+ become stable enough. Comment this line if you wish to be notified
+ about bad window messages. */
+#define IGNORE_BADWINDOW 1
+
#endif /* !_ _RATPOISON_CONF_H */