diff options
author | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
commit | 88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch) | |
tree | 197308ad2426783058f479d12329548c6a8a4374 /src/fluxbox.hh | |
parent | 6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff) | |
download | fluxbox_pavel-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip fluxbox_pavel-88c66f0687d2a9e2018f22407b2587dc4d87d012.tar.bz2 |
Big changes to how transparency works
Consequently rearrange lots of rendering ops, and strip calls to
updateTransparent
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 17d9124..a995bd5 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -102,7 +102,6 @@ public: | |||
102 | BScreen *searchScreen(Window w); | 102 | BScreen *searchScreen(Window w); |
103 | 103 | ||
104 | inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } | 104 | inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } |
105 | inline unsigned int getUpdateDelayTime() const { return *m_rc_update_delay_time; } | ||
106 | inline Time getLastTime() const { return m_last_time; } | 105 | inline Time getLastTime() const { return m_last_time; } |
107 | 106 | ||
108 | AtomHandler *getAtomHandler(const std::string &name); | 107 | AtomHandler *getAtomHandler(const std::string &name); |
@@ -260,7 +259,7 @@ private: | |||
260 | FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; | 259 | FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; |
261 | FbTk::Resource<bool> m_rc_pseudotrans; | 260 | FbTk::Resource<bool> m_rc_pseudotrans; |
262 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, | 261 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, |
263 | m_rc_double_click_interval, m_rc_update_delay_time, | 262 | m_rc_double_click_interval, |
264 | m_rc_tabs_padding, | 263 | m_rc_tabs_padding, |
265 | m_rc_focused_tab_min_width; | 264 | m_rc_focused_tab_min_width; |
266 | FbTk::Resource<std::string> m_rc_stylefile, | 265 | FbTk::Resource<std::string> m_rc_stylefile, |