aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-21 15:42:59 (GMT)
committerfluxgen <fluxgen>2004-01-21 15:42:59 (GMT)
commit9c80af4b78e8b587ced54ca641abf93b84b400a2 (patch)
tree5eeda07fe2cad4147fa72e3a6a0cef352ed6a979 /src/Window.cc
parent66227979f212e0e81190a4ead9e9a9572f383f35 (diff)
downloadfluxbox-9c80af4b78e8b587ced54ca641abf93b84b400a2.zip
fluxbox-9c80af4b78e8b587ced54ca641abf93b84b400a2.tar.bz2
copyright update
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 15f477a..ff67a8d 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1,5 +1,5 @@
1// Window.cc for Fluxbox Window Manager 1// Window.cc for Fluxbox Window Manager
2// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Window.cc for Blackbox - an X11 Window manager 4// Window.cc for Blackbox - an X11 Window manager
5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) 5// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net)
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.264 2004/01/19 18:32:12 fluxgen Exp $ 25// $Id: Window.cc,v 1.265 2004/01/21 15:42:59 fluxgen Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -1791,8 +1791,8 @@ void FluxboxWindow::setState(unsigned long new_state) {
1791 1791
1792 for_each(m_clientlist.begin(), m_clientlist.end(), 1792 for_each(m_clientlist.begin(), m_clientlist.end(),
1793 FbTk::ChangeProperty(display, FbAtoms::instance()->getWMStateAtom(), 1793 FbTk::ChangeProperty(display, FbAtoms::instance()->getWMStateAtom(),
1794 PropModeReplace, 1794 PropModeReplace,
1795 (unsigned char *)state, 2)); 1795 (unsigned char *)state, 2));
1796 1796
1797 saveBlackboxAttribs(); 1797 saveBlackboxAttribs();
1798 //notify state changed 1798 //notify state changed