From 341c4e04ffc5572dc02563df914dc65a0a57b9f3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 27 May 2002 03:12:21 +0000 Subject: mouse wheel support custom titlebar layout --- src/blackbox.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/blackbox.hh') 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 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; } -- cgit v1.2.3