diff options
Diffstat (limited to 'src/WinButton.hh')
-rw-r--r-- | src/WinButton.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinButton.hh b/src/WinButton.hh index 0cbc4c1..bd673fe 100644 --- a/src/WinButton.hh +++ b/src/WinButton.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: WinButton.hh,v 1.4 2003/04/28 22:39:12 fluxgen Exp $ | 22 | /// $Id: WinButton.hh,v 1.5 2004/01/10 00:37:35 rathnor Exp $ |
23 | 23 | ||
24 | #include "Button.hh" | 24 | #include "Button.hh" |
25 | #include "Observer.hh" | 25 | #include "Observer.hh" |
@@ -43,7 +43,7 @@ public: | |||
43 | void clear(); | 43 | void clear(); |
44 | void update(FbTk::Subject *subj); | 44 | void update(FbTk::Subject *subj); |
45 | private: | 45 | private: |
46 | void drawType(); | 46 | void drawType(bool clear, bool no_trans); // don't update transparency (eg in clear) |
47 | Type m_type; ///< the button type | 47 | Type m_type; ///< the button type |
48 | const FluxboxWindow &m_listen_to; | 48 | const FluxboxWindow &m_listen_to; |
49 | WinButtonTheme &m_theme; | 49 | WinButtonTheme &m_theme; |