aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index d6e9281..47ab834 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -114,7 +114,7 @@ public:
114 114
115 115
116 bool getIgnoreBorder() const { return *m_rc_ignoreborder; } 116 bool getIgnoreBorder() const { return *m_rc_ignoreborder; }
117 bool &getPseudoTrans() { return *m_rc_pseudotrans; } 117 FbTk::BoolResource &getPseudoTransResource() { return m_rc_pseudotrans; }
118 118
119 Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; } 119 Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; }
120 const std::string &getStyleFilename() const { return *m_rc_stylefile; } 120 const std::string &getStyleFilename() const { return *m_rc_stylefile; }
@@ -237,8 +237,8 @@ private:
237 237
238 FbTk::BoolResource m_rc_ignoreborder; 238 FbTk::BoolResource m_rc_ignoreborder;
239 FbTk::BoolResource m_rc_pseudotrans; 239 FbTk::BoolResource m_rc_pseudotrans;
240 FbTk::IntResource m_rc_colors_per_channel, 240 FbTk::RangedIntResource m_rc_colors_per_channel;
241 m_rc_double_click_interval, 241 FbTk::IntResource m_rc_double_click_interval,
242 m_rc_tabs_padding; 242 m_rc_tabs_padding;
243 FbTk::StringResource m_rc_stylefile, 243 FbTk::StringResource m_rc_stylefile,
244 m_rc_styleoverlayfile, 244 m_rc_styleoverlayfile,