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/GenericTool.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/GenericTool.hh')
-rw-r--r-- | src/GenericTool.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GenericTool.hh b/src/GenericTool.hh index 75aad16..9633157 100644 --- a/src/GenericTool.hh +++ b/src/GenericTool.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: GenericTool.hh,v 1.2 2003/10/26 20:11:27 fluxgen Exp $ | 22 | // $Id: GenericTool.hh,v 1.3 2004/09/12 14:56:18 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef GENERICTOOL_HH | 24 | #ifndef GENERICTOOL_HH |
25 | #define GENERICTOOL_HH | 25 | #define GENERICTOOL_HH |
@@ -57,7 +57,7 @@ public: | |||
57 | const FbTk::FbWindow &window() const { return *m_window; } | 57 | const FbTk::FbWindow &window() const { return *m_window; } |
58 | 58 | ||
59 | protected: | 59 | protected: |
60 | virtual void renderTheme(); | 60 | virtual void renderTheme(unsigned char alpha); |
61 | 61 | ||
62 | private: | 62 | private: |
63 | void update(FbTk::Subject *subj); | 63 | void update(FbTk::Subject *subj); |