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/ButtonTool.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/ButtonTool.hh')
-rw-r--r-- | src/ButtonTool.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh index 73d9b76..ccc984c 100644 --- a/src/ButtonTool.hh +++ b/src/ButtonTool.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: ButtonTool.hh,v 1.2 2004/08/29 08:33:12 rathnor Exp $ | 22 | // $Id: ButtonTool.hh,v 1.3 2004/09/12 14:56:18 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef BUTTONTOOL_HH | 24 | #ifndef BUTTONTOOL_HH |
25 | #define BUTTONTOOL_HH | 25 | #define BUTTONTOOL_HH |
@@ -41,7 +41,7 @@ public: | |||
41 | virtual ~ButtonTool(); | 41 | virtual ~ButtonTool(); |
42 | 42 | ||
43 | protected: | 43 | protected: |
44 | void renderTheme(); | 44 | void renderTheme(unsigned char alpha); |
45 | void updateSizing(); | 45 | void updateSizing(); |
46 | Pixmap m_cache_pm, m_cache_pressed_pm; | 46 | Pixmap m_cache_pm, m_cache_pressed_pm; |
47 | FbTk::ImageControl &m_image_ctrl; | 47 | FbTk::ImageControl &m_image_ctrl; |