diff options
author | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-10 18:18:14 (GMT) |
commit | 88c66f0687d2a9e2018f22407b2587dc4d87d012 (patch) | |
tree | 197308ad2426783058f479d12329548c6a8a4374 /src/WinClient.cc | |
parent | 6cf66c66554a20a1c98eddf26af9e35b7c90cbd5 (diff) | |
download | fluxbox_pavel-88c66f0687d2a9e2018f22407b2587dc4d87d012.zip fluxbox_pavel-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.cc | 2 |
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 | ||
359 | void WinClient::saveBlackboxAttribs(FluxboxWindow::BlackboxAttributes &blackbox_attribs) { | 359 | void 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 | ); |