diff options
author | rathnor <rathnor> | 2004-09-12 14:56:20 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-09-12 14:56:20 (GMT) |
commit | 42c1fd3ae3dd058e146b7350c65b74386123c25c (patch) | |
tree | cc549c2c7b12c87f8c33198f5b30f00d9dd30bc6 /src/IconbarTool.hh | |
parent | c39234195a46cece2bdb18dfdde6c91c7a190dc4 (diff) | |
download | fluxbox_pavel-42c1fd3ae3dd058e146b7350c65b74386123c25c.zip fluxbox_pavel-42c1fd3ae3dd058e146b7350c65b74386123c25c.tar.bz2 |
preliminary support for composite/compositing manager. Also general work
for consistency with transparency resources
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 96b51b5..e9036e7 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.hh,v 1.15 2004/08/29 08:33:12 rathnor Exp $ | 23 | // $Id: IconbarTool.hh,v 1.16 2004/09/12 14:56:18 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
@@ -87,6 +87,7 @@ private: | |||
87 | void renderButton(IconButton &button, bool clear = true); | 87 | void renderButton(IconButton &button, bool clear = true); |
88 | /// render all buttons | 88 | /// render all buttons |
89 | void renderTheme(); | 89 | void renderTheme(); |
90 | void renderTheme(unsigned char alpha); | ||
90 | /// destroy all icons | 91 | /// destroy all icons |
91 | void deleteIcons(); | 92 | void deleteIcons(); |
92 | /// remove a single window | 93 | /// remove a single window |
@@ -121,6 +122,7 @@ private: | |||
121 | FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not | 122 | FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not |
122 | FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients | 123 | FbTk::Timer m_focus_timer; ///< so we can update current window without flicker while changing attached clients |
123 | FbMenu m_menu; | 124 | FbMenu m_menu; |
125 | unsigned char m_alpha; | ||
124 | }; | 126 | }; |
125 | 127 | ||
126 | #endif // ICONBARTOOL_HH | 128 | #endif // ICONBARTOOL_HH |