X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fblackbox.hh;h=a54346248e434430ec51bdaabe0b66307e709d04;hb=734a96739d92c772fa48e2fb09e3fda0e3a8c606;hp=e6193ae0adfd7dd485e1ec4282d57997b1bf3e05;hpb=0305cbdc3ae8525c74b2bb9b23884035549e3407;p=chaz%2Fopenbox 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; }