aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-02-27 13:25:18 (GMT)
committerfluxgen <fluxgen>2004-02-27 13:25:18 (GMT)
commit214a68012baa13303813561ce7ac3c47aa9f067e (patch)
tree6bb7a05472e860f18ffc7280aace4bd3e71e90bc /src/WinButton.cc
parent962669c960cb0a1bffc13306a9ae532f9bb8aa97 (diff)
downloadfluxbox-214a68012baa13303813561ce7ac3c47aa9f067e.zip
fluxbox-214a68012baa13303813561ce7ac3c47aa9f067e.tar.bz2
improved speed
Diffstat (limited to 'src/WinButton.cc')
-rw-r--r--src/WinButton.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc
index a72b696..7020bad 100644
--- a/src/WinButton.cc
+++ b/src/WinButton.cc
@@ -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.cc,v 1.18 2004/02/27 12:29:13 fluxgen Exp $ 22/// $Id: WinButton.cc,v 1.19 2004/02/27 13:25:18 fluxgen Exp $
23 23
24#include "WinButton.hh" 24#include "WinButton.hh"
25#include "App.hh" 25#include "App.hh"
@@ -44,8 +44,6 @@ void WinButton::exposeEvent(XExposeEvent &event) {
44 44
45void WinButton::buttonReleaseEvent(XButtonEvent &event) { 45void WinButton::buttonReleaseEvent(XButtonEvent &event) {
46 FbTk::Button::buttonReleaseEvent(event); 46 FbTk::Button::buttonReleaseEvent(event);
47 clear();
48 updateTransparent();
49} 47}
50 48
51// clear is used to force this to clear the window (e.g. called from clear()) 49// clear is used to force this to clear the window (e.g. called from clear())