aboutsummaryrefslogtreecommitdiff
path: root/src/WinButton.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-04 12:52:39 (GMT)
committerfluxgen <fluxgen>2003-08-04 12:52:39 (GMT)
commit6e1cecc2614fbe64089372b5dbde0124173be914 (patch)
treedbfff8faea04f48b4d41d01688135494bc3ede7c /src/WinButton.cc
parent261ae69cd1fefeb053390853c5cfc83a5a576298 (diff)
downloadfluxbox-6e1cecc2614fbe64089372b5dbde0124173be914.zip
fluxbox-6e1cecc2614fbe64089372b5dbde0124173be914.tar.bz2
updateTransparent
Diffstat (limited to 'src/WinButton.cc')
-rw-r--r--src/WinButton.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WinButton.cc b/src/WinButton.cc
index 32e51ff..36c7360 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.6 2003/05/07 12:16:09 rathnor Exp $ 22/// $Id: WinButton.cc,v 1.7 2003/08/04 12:52:39 fluxgen Exp $
23 23
24#include "WinButton.hh" 24#include "WinButton.hh"
25#include "App.hh" 25#include "App.hh"
@@ -82,6 +82,7 @@ WinButton::WinButton(const FluxboxWindow &listen_to,
82void WinButton::exposeEvent(XExposeEvent &event) { 82void WinButton::exposeEvent(XExposeEvent &event) {
83 FbTk::Button::exposeEvent(event); 83 FbTk::Button::exposeEvent(event);
84 drawType(); 84 drawType();
85 window().updateTransparent();
85} 86}
86 87
87void WinButton::buttonReleaseEvent(XButtonEvent &event) { 88void WinButton::buttonReleaseEvent(XButtonEvent &event) {