diff options
author | fluxgen <fluxgen> | 2006-05-13 16:21:43 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-05-13 16:21:43 (GMT) |
commit | 35934ff23e022aedbf6f048ac0c0f4c02f97bc2d (patch) | |
tree | d9174220f9b21603c186b4ea9d85f23d60cbc62d | |
parent | 98db6c71285ca9e01ad0c155c4aa45ee0f8712c8 (diff) | |
download | fluxbox-35934ff23e022aedbf6f048ac0c0f4c02f97bc2d.zip fluxbox-35934ff23e022aedbf6f048ac0c0f4c02f97bc2d.tar.bz2 |
added one more render option for renderButton, force render of focused
-rw-r--r-- | src/IconbarTool.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 3589185..b40eb41 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -105,9 +105,13 @@ private: | |||
105 | void updateSizing(); | 105 | void updateSizing(); |
106 | 106 | ||
107 | /// render single button that holds win | 107 | /// render single button that holds win |
108 | void renderWindow(FluxboxWindow &win); | 108 | // void renderWindow(FluxboxWindow &win); |
109 | /// render single button, and probably apply changes (clear) | 109 | /// render single button, and probably apply changes (clear) |
110 | void renderButton(IconButton &button, bool clear = true); | 110 | /// @param button the button to render |
111 | /// @param clear if the window should be cleared first | ||
112 | /// @param focusOption -1 = use window focus, 0 = render no focus, 1 = render focus | ||
113 | void renderButton(IconButton &button, bool clear = true, | ||
114 | int focusOption = -1); | ||
111 | /// render all buttons | 115 | /// render all buttons |
112 | void renderTheme(); | 116 | void renderTheme(); |
113 | void renderTheme(unsigned char alpha); | 117 | void renderTheme(unsigned char alpha); |