diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 430ba96..46f50da 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -110,7 +110,6 @@ public: | |||
110 | 110 | ||
111 | bool isRootColormapInstalled() const { return root_colormap_installed; } | 111 | bool isRootColormapInstalled() const { return root_colormap_installed; } |
112 | bool isScreenManaged() const { return managed; } | 112 | bool isScreenManaged() const { return managed; } |
113 | bool isSloppyWindowGrouping() const { return *resource.sloppy_window_grouping; } | ||
114 | bool isWorkspaceWarping() const { return *resource.workspace_warping; } | 113 | bool isWorkspaceWarping() const { return *resource.workspace_warping; } |
115 | bool isDesktopWheeling() const { return *resource.desktop_wheeling; } | 114 | bool isDesktopWheeling() const { return *resource.desktop_wheeling; } |
116 | bool isReverseWheeling() const { return *resource.reverse_wheeling; } | 115 | bool isReverseWheeling() const { return *resource.reverse_wheeling; } |
@@ -435,7 +434,7 @@ private: | |||
435 | const std::string &altscrname); | 434 | const std::string &altscrname); |
436 | 435 | ||
437 | FbTk::Resource<bool> image_dither, opaque_move, full_max, | 436 | FbTk::Resource<bool> image_dither, opaque_move, full_max, |
438 | sloppy_window_grouping, workspace_warping, | 437 | workspace_warping, |
439 | desktop_wheeling, reverse_wheeling, show_window_pos, | 438 | desktop_wheeling, reverse_wheeling, show_window_pos, |
440 | antialias, auto_raise, click_raises, decorate_transient; | 439 | antialias, auto_raise, click_raises, decorate_transient; |
441 | FbTk::Resource<std::string> rootcommand; | 440 | FbTk::Resource<std::string> rootcommand; |