aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-03-30 13:48:38 (GMT)
committerfluxgen <fluxgen>2004-03-30 13:48:38 (GMT)
commit209ba75bac5f6109d2a2929bc8b1f8c81d22925a (patch)
tree2b08ad469dff3f75fe092ab9f880f4d3661431d6 /src/Screen.hh
parent3f235e2ef5388ff5004afdd751c44007a557cc28 (diff)
downloadfluxbox-209ba75bac5f6109d2a2929bc8b1f8c81d22925a.zip
fluxbox-209ba75bac5f6109d2a2929bc8b1f8c81d22925a.tar.bz2
optional decoration of transient windows, patch from Scott Moser
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 707f831..b84b950 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.136 2004/03/22 21:01:10 fluxgen Exp $ 25// $Id: Screen.hh,v 1.137 2004/03/30 13:45:20 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -103,6 +103,7 @@ public:
103 inline bool doFocusLast() const { return *resource.focus_last; } 103 inline bool doFocusLast() const { return *resource.focus_last; }
104 inline bool doShowWindowPos() const { return *resource.show_window_pos; } 104 inline bool doShowWindowPos() const { return *resource.show_window_pos; }
105 inline bool antialias() const { return *resource.antialias; } 105 inline bool antialias() const { return *resource.antialias; }
106 inline bool decorateTransient() const { return *resource.decorate_transient; }
106 107
107 inline FbTk::ImageControl &imageControl() { return *m_image_control.get(); } 108 inline FbTk::ImageControl &imageControl() { return *m_image_control.get(); }
108 const FbTk::Menu &getRootmenu() const { return *m_rootmenu.get(); } 109 const FbTk::Menu &getRootmenu() const { return *m_rootmenu.get(); }
@@ -421,7 +422,7 @@ private:
421 sloppy_window_grouping, workspace_warping, 422 sloppy_window_grouping, workspace_warping,
422 desktop_wheeling, show_window_pos, 423 desktop_wheeling, show_window_pos,
423 focus_last, focus_new, 424 focus_last, focus_new,
424 antialias, auto_raise, click_raises; 425 antialias, auto_raise, click_raises, decorate_transient;
425 FbTk::Resource<std::string> rootcommand; 426 FbTk::Resource<std::string> rootcommand;
426 FbTk::Resource<std::string> resizemode; 427 FbTk::Resource<std::string> resizemode;
427 FbTk::Resource<FocusModel> focus_model; 428 FbTk::Resource<FocusModel> focus_model;