summaryrefslogtreecommitdiff
path: root/src/blackbox.hh
diff options
context:
space:
mode:
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; }