aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ce24ca7..9e5b7a8 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -151,6 +151,7 @@ public:
151 151
152 inline const std::string &getScrollAction() const { return *resource.scroll_action; } 152 inline const std::string &getScrollAction() const { return *resource.scroll_action; }
153 inline const bool getScrollReverse() const { return *resource.scroll_reverse; } 153 inline const bool getScrollReverse() const { return *resource.scroll_reverse; }
154 inline const bool allowRemoteActions() const { return *resource.allow_remote_actions; }
154 inline const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; } 155 inline const bool clientMenuUsePixmap() const { return *resource.clientmenu_use_pixmap; }
155 inline const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; } 156 inline const bool getDefaultInternalTabs() const { return *resource.default_internal_tabs; }
156 inline const bool getTabsUsePixmap() const { return *resource.tabs_use_pixmap; } 157 inline const bool getTabsUsePixmap() const { return *resource.tabs_use_pixmap; }
@@ -591,6 +592,7 @@ private:
591 FbTk::Resource<FbTk::GContext::CapStyle> gc_cap_style; 592 FbTk::Resource<FbTk::GContext::CapStyle> gc_cap_style;
592 FbTk::Resource<std::string> scroll_action; 593 FbTk::Resource<std::string> scroll_action;
593 FbTk::Resource<bool> scroll_reverse; 594 FbTk::Resource<bool> scroll_reverse;
595 FbTk::Resource<bool> allow_remote_actions;
594 FbTk::Resource<bool> clientmenu_use_pixmap; 596 FbTk::Resource<bool> clientmenu_use_pixmap;
595 FbTk::Resource<bool> tabs_use_pixmap; 597 FbTk::Resource<bool> tabs_use_pixmap;
596 FbTk::Resource<bool> max_over_tabs; 598 FbTk::Resource<bool> max_over_tabs;