summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 18:25:45 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 18:25:45 +0100
commitb752d5c594d5aac083cc563e8c7e575baf7b8edc (patch)
treeccb757a004c0b140551658c68dfd1d1528f6e747 /window.h
parentb8fa2e86fe6aa1e1906cc051a8ea915b6f1b4d43 (diff)
downloadnsxiv-b752d5c594d5aac083cc563e8c7e575baf7b8edc.tar.zst
Added symbol BAR_SEPARATOR
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.h b/window.h
index dfdf5a6..6bf2bfd 100644
--- a/window.h
+++ b/window.h
@@ -23,6 +23,8 @@
#include "types.h"
+#define BAR_SEPARATOR " | "
+
typedef struct {
Display *dpy;
int scr;