diff options
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 | ); |