aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-14 10:22:45 (GMT)
committerfluxgen <fluxgen>2003-09-14 10:22:45 (GMT)
commitce1852c29324e921363882da2f6cb7c24b656fe4 (patch)
treeee7d4014877bb16d6f433e7312de89cdc1f9059f /src/WinButton.cc
parent9928d4505d0ecbcbe6ebc2755739b1a65b52d27f (diff)
downloadfluxbox-ce1852c29324e921363882da2f6cb7c24b656fe4.zip
fluxbox-ce1852c29324e921363882da2f6cb7c24b656fe4.tar.bz2
minor fix
Diffstat (limited to 'src/WinButton.cc')
-rw-r--r--src/WinButton.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc
index bd36dac..935e3c8 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.12 2003/09/12 23:36:16 fluxgen Exp $ 22/// $Id: WinButton.cc,v 1.13 2003/09/14 10:22:45 fluxgen Exp $
23 23
24#include "WinButton.hh" 24#include "WinButton.hh"
25#include "App.hh" 25#include "App.hh"
@@ -40,7 +40,6 @@ WinButton::WinButton(const FluxboxWindow &listen_to,
40void WinButton::exposeEvent(XExposeEvent &event) { 40void WinButton::exposeEvent(XExposeEvent &event) {
41 FbTk::Button::exposeEvent(event); 41 FbTk::Button::exposeEvent(event);
42 drawType(); 42 drawType();
43 updateTransparent();
44} 43}
45 44
46void WinButton::buttonReleaseEvent(XButtonEvent &event) { 45void WinButton::buttonReleaseEvent(XButtonEvent &event) {