aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarItem.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-09-12 14:56:20 (GMT)
committerrathnor <rathnor>2004-09-12 14:56:20 (GMT)
commit42c1fd3ae3dd058e146b7350c65b74386123c25c (patch)
treecc549c2c7b12c87f8c33198f5b30f00d9dd30bc6 /src/ToolbarItem.hh
parentc39234195a46cece2bdb18dfdde6c91c7a190dc4 (diff)
downloadfluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.zip
fluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.tar.bz2
preliminary support for composite/compositing manager. Also general work
for consistency with transparency resources
Diffstat (limited to 'src/ToolbarItem.hh')
-rw-r--r--src/ToolbarItem.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolbarItem.hh b/src/ToolbarItem.hh
index 0e77766..90fe6f3 100644
--- a/src/ToolbarItem.hh
+++ b/src/ToolbarItem.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: ToolbarItem.hh,v 1.6 2004/08/29 08:33:13 rathnor Exp $ 23// $Id: ToolbarItem.hh,v 1.7 2004/09/12 14:56:19 rathnor Exp $
24 24
25#ifndef TOOLBARITEM_HH 25#ifndef TOOLBARITEM_HH
26#define TOOLBARITEM_HH 26#define TOOLBARITEM_HH
@@ -55,7 +55,7 @@ public:
55 55
56 // Tools should NOT listen to theme changes - they'll get notified by 56 // Tools should NOT listen to theme changes - they'll get notified by
57 // the toolbar instead. Otherwise there are ordering problems. 57 // the toolbar instead. Otherwise there are ordering problems.
58 virtual void renderTheme() = 0; 58 virtual void renderTheme(unsigned char alpha) = 0;
59 59
60 // just update theme items that affect the size 60 // just update theme items that affect the size
61 virtual void updateSizing() = 0; 61 virtual void updateSizing() = 0;