diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:59:24 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:59:24 (GMT) |
commit | 84c87a86f9365014b7425c56a2a1051c102df804 (patch) | |
tree | 47f0907721dbf12c218c5b371383f1c89fd2563a /src/Screen.hh | |
parent | cbc1075dde0276956aca1753a229097bcc7bac87 (diff) | |
download | fluxbox-84c87a86f9365014b7425c56a2a1051c102df804.zip fluxbox-84c87a86f9365014b7425c56a2a1051c102df804.tar.bz2 |
remove option to disable decorations on transient windows
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; |