aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-20 12:18:59 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:23 (GMT)
commit87fa1eaf5724a90a1a623302884c55cb6a3f474d (patch)
tree8e4669a0fc8d9f53b9503d5493dcd10404e2b865 /src/Screen.hh
parent99af325d43a73c08d484f122498ac1ef5ea50101 (diff)
downloadfluxbox_paul-87fa1eaf5724a90a1a623302884c55cb6a3f474d.zip
fluxbox_paul-87fa1eaf5724a90a1a623302884c55cb6a3f474d.tar.bz2
Attach modifiedSig handlers to the session.screenX.tabs.intitlebar 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 0321940..c524a91 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -124,7 +124,7 @@ public:
124 unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } 124 unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; }
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 FbTk::BoolResource &getDefaultInternalTabsResource() { return resource.default_internal_tabs; }
128 FbTk::BoolResource &getTabsUsePixmapResource() { 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