summaryrefslogtreecommitdiff
path: root/src/WinClient.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/WinClient.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/WinClient.cc')
-rw-r--r--src/WinClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index fce858b..97f9082 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -358,7 +358,7 @@ void WinClient::updateIconTitle() {
358 358
359void WinClient::saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs) { 359void WinClient::saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs) {
360 changeProperty(FbAtoms::instance()->getFluxboxAttributesAtom(), 360 changeProperty(FbAtoms::instance()->getFluxboxAttributesAtom(),
361 PropModeReplace, XA_CARDINAL, 32, 361 XA_CARDINAL, 32, PropModeReplace,
362 (unsigned char *)&blackbox_attribs, 362 (unsigned char *)&blackbox_attribs,
363 FluxboxWindow::PropBlackboxAttributesElements 363 FluxboxWindow::PropBlackboxAttributesElements
364 ); 364 );