aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-20 12:18:59 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:32 (GMT)
commit4f37ab0b981f7e7d12852ad5aec9fd5c540b2a14 (patch)
tree3c6e4e5dafa42d67aa4fc4cfd58fca23a5c8a38e /src/Screen.hh
parenta68149605b6e75c83b6e4431b46468dfc3aeebb8 (diff)
downloadfluxbox_paul-4f37ab0b981f7e7d12852ad5aec9fd5c540b2a14.zip
fluxbox_paul-4f37ab0b981f7e7d12852ad5aec9fd5c540b2a14.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 58fd5ba..81812ba 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -125,7 +125,7 @@ public:
125 unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; } 125 unsigned int noFocusWhileTypingDelay() const { return *resource.typing_delay; }
126 const bool allowRemoteActions() const { return *resource.allow_remote_actions; } 126 const bool allowRemoteActions() const { return *resource.allow_remote_actions; }
127 const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; } 127 const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; }
128 const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } 128 FbTk::BoolResource &getDefaultInternalTabsResource() { return resource.default_internal_tabs; }
129 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; } 129 FbTk::BoolResource &getTabsUsePixmapResource() { return resource.tabs_use_pixmap; }
130 const bool getMaxOverTabs() const { return *resource.max_over_tabs; } 130 const bool getMaxOverTabs() const { return *resource.max_over_tabs; }
131 131