diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 2cd9ca9..9800d19 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -118,7 +118,6 @@ public: | |||
118 | bool getMaxDisableMove() const { return *resource.max_disable_move; } | 118 | bool getMaxDisableMove() const { return *resource.max_disable_move; } |
119 | bool getMaxDisableResize() const { return *resource.max_disable_resize; } | 119 | bool getMaxDisableResize() const { return *resource.max_disable_resize; } |
120 | bool doShowWindowPos() const { return *resource.show_window_pos; } | 120 | bool doShowWindowPos() const { return *resource.show_window_pos; } |
121 | bool decorateTransient() const { return *resource.decorate_transient; } | ||
122 | const std::string &defaultDeco() const { return *resource.default_deco; } | 121 | const std::string &defaultDeco() const { return *resource.default_deco; } |
123 | const std::string windowMenuFilename() const; | 122 | const std::string windowMenuFilename() const; |
124 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } | 123 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } |
@@ -552,8 +551,7 @@ private: | |||
552 | 551 | ||
553 | FbTk::Resource<bool> opaque_move, full_max, | 552 | FbTk::Resource<bool> opaque_move, full_max, |
554 | max_ignore_inc, max_disable_move, max_disable_resize, | 553 | max_ignore_inc, max_disable_move, max_disable_resize, |
555 | workspace_warping, show_window_pos, auto_raise, click_raises, | 554 | workspace_warping, show_window_pos, auto_raise, click_raises; |
556 | decorate_transient; | ||
557 | FbTk::Resource<std::string> default_deco; | 555 | FbTk::Resource<std::string> default_deco; |
558 | FbTk::Resource<std::string> rootcommand; | 556 | FbTk::Resource<std::string> rootcommand; |
559 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; | 557 | FbTk::Resource<FbWinFrame::TabPlacement> tab_placement; |