aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ffac442..74a5ff9 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -113,6 +113,7 @@ public:
113 bool isSloppyWindowGrouping() const { return *resource.sloppy_window_grouping; } 113 bool isSloppyWindowGrouping() const { return *resource.sloppy_window_grouping; }
114 bool isWorkspaceWarping() const { return *resource.workspace_warping; } 114 bool isWorkspaceWarping() const { return *resource.workspace_warping; }
115 bool isDesktopWheeling() const { return *resource.desktop_wheeling; } 115 bool isDesktopWheeling() const { return *resource.desktop_wheeling; }
116 bool isReverseWheeling() const { return *resource.reverse_wheeling; }
116 bool doAutoRaise() const { return *resource.auto_raise; } 117 bool doAutoRaise() const { return *resource.auto_raise; }
117 bool clickRaises() const { return *resource.click_raises; } 118 bool clickRaises() const { return *resource.click_raises; }
118 bool doOpaqueMove() const { return *resource.opaque_move; } 119 bool doOpaqueMove() const { return *resource.opaque_move; }
@@ -438,7 +439,7 @@ private:
438 439
439 FbTk::Resource<bool> image_dither, opaque_move, full_max, 440 FbTk::Resource<bool> image_dither, opaque_move, full_max,
440 sloppy_window_grouping, workspace_warping, 441 sloppy_window_grouping, workspace_warping,
441 desktop_wheeling, show_window_pos, 442 desktop_wheeling, reverse_wheeling, show_window_pos,
442 antialias, auto_raise, click_raises, decorate_transient; 443 antialias, auto_raise, click_raises, decorate_transient;
443 FbTk::Resource<std::string> rootcommand; 444 FbTk::Resource<std::string> rootcommand;
444 FbTk::Resource<ResizeModel> resize_model; 445 FbTk::Resource<ResizeModel> resize_model;