aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-18 15:54:11 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:23 (GMT)
commit99af325d43a73c08d484f122498ac1ef5ea50101 (patch)
tree935e70e91a57edc9c236b95f018b4305e993d662 /src/Screen.hh
parenta93a8e762238814af089579c382cc49042a33bec (diff)
downloadfluxbox_paul-99af325d43a73c08d484f122498ac1ef5ea50101.zip
fluxbox_paul-99af325d43a73c08d484f122498ac1ef5ea50101.tar.bz2
Attach modifiedSig handlers to the session.screenX.tabs.usePixmap resource
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 0f5ee80..0321940 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -125,7 +125,7 @@ public:
125 const bool allowRemoteActions() const { return *resource.allow_remote_actions; } 125 const bool allowRemoteActions() const { return *resource.allow_remote_actions; }
126 const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; } 126 const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; }
127 const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } 127 const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; }
128 const bool getTabsUsePixmap() const { return *resource.tabs_use_pixmap; } 128 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; }
129 const bool getMaxOverTabs() const { return *resource.max_over_tabs; } 129 const bool getMaxOverTabs() const { return *resource.max_over_tabs; }
130 130
131 unsigned int getTabWidth() const { return *resource.tab_width; } 131 unsigned int getTabWidth() const { return *resource.tab_width; }