summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2007-05-04 20:25:10 +0000
committersabetts <sabetts>2007-05-04 20:25:10 +0000
commitfd9c683b25edd3a56eaaed005fe51545bbb93217 (patch)
tree8acdbefc03b252c668d187439663b6e75d1dde8c /src/conf.h
parent95fa75486929a9f535ae9a7283bd3dfc52528a2f (diff)
downloadratpoison-fd9c683b25edd3a56eaaed005fe51545bbb93217.zip
* src/main.c (init_defaults): if the default font fails, use the
backup font. * src/conf.h (BACKUP_FONT): new define
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 2095efd..d0322cc 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -121,5 +121,6 @@
/* The default font */
#define DEFAULT_FONT "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*"
+#define BACKUP_FONT "*"
#endif /* !_ _RATPOISON_CONF_H */