summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-27 03:12:21 +0000
committerDana Jansens <danakj@orodu.net>2002-05-27 03:12:21 +0000
commit341c4e04ffc5572dc02563df914dc65a0a57b9f3 (patch)
tree47ebcac952c2e8ca52d4a1bd7ef979d62378c059 /src/blackbox.hh
parentc2ab902334e8a3e0a318cd8129d06e19df2858d5 (diff)
mouse wheel support
custom titlebar layout
Diffstat (limited to 'src/blackbox.hh')
-rw-r--r--src/blackbox.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blackbox.hh b/src/blackbox.hh
index e6193ae0..a5434624 100644
--- a/src/blackbox.hh
+++ b/src/blackbox.hh
@@ -113,6 +113,7 @@ private:
int colors_per_channel;
timeval auto_raise_delay;
unsigned long cache_life, cache_max;
+ std::string titlebar_layout;
} resource;
typedef std::map<Window, BlackboxWindow*> WindowLookup;
@@ -241,6 +242,9 @@ public:
inline int getColorsPerChannel(void) const
{ return resource.colors_per_channel; }
+ inline std::string getTitlebarLayout(void) const
+ { return resource.titlebar_layout; }
+
inline const timeval &getAutoRaiseDelay(void) const
{ return resource.auto_raise_delay; }