summaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-10 18:18:14 (GMT)
committersimonb <simonb>2005-04-10 18:18:14 (GMT)
commit88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch)
tree197308ad2426783058f479d12329548c6a8a4374 /src/Slit.cc
parent6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff)
downloadfluxbox_lack-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip
fluxbox_lack-88c66f0687d2a9e2018f22407b2587dc4d87d012.tar.bz2
Big changes to how transparency works
Consequently rearrange lots of rendering ops, and strip calls to updateTransparent
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 05f76d6..ea70e6b 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -1084,7 +1084,6 @@ void Slit::exposeEvent(XExposeEvent &ev) {
1084 // we don't need to clear the entire window 1084 // we don't need to clear the entire window
1085 // just the are that gets exposed 1085 // just the are that gets exposed
1086 frame.window.clearArea(ev.x, ev.y, ev.width, ev.height); 1086 frame.window.clearArea(ev.x, ev.y, ev.width, ev.height);
1087 frame.window.updateTransparent(ev.x, ev.y, ev.width, ev.height);
1088} 1087}
1089 1088
1090void Slit::update(FbTk::Subject *subj) { 1089void Slit::update(FbTk::Subject *subj) {
@@ -1093,7 +1092,6 @@ void Slit::update(FbTk::Subject *subj) {
1093 1092
1094void Slit::clearWindow() { 1093void Slit::clearWindow() {
1095 frame.window.clear(); 1094 frame.window.clear();
1096 frame.window.updateTransparent();
1097} 1095}
1098 1096
1099void Slit::toggleHidden() { 1097void Slit::toggleHidden() {