diff options
author | simonb <simonb> | 2005-01-04 10:51:38 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-01-04 10:51:38 (GMT) |
commit | 61bb3f039afd5a29ae655666fbc2fe7943eab8e2 (patch) | |
tree | 9574a68535ffac8e8dc17c0a0fd4dfaf65adf114 /src/Ewmh.cc | |
parent | 338a985c0567c4bea55c20c01f9df492756a6a34 (diff) | |
download | fluxbox_pavel-61bb3f039afd5a29ae655666fbc2fe7943eab8e2.zip fluxbox_pavel-61bb3f039afd5a29ae655666fbc2fe7943eab8e2.tar.bz2 |
fix some initialisation, especially relating to placement and
decoration/handler hints
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 78ea63e..2d744f7 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -238,14 +238,11 @@ void Ewmh::setupFrame(FluxboxWindow &win) { | |||
238 | if (desktop == 0xFFFFFFFF && !win.isStuck()) | 238 | if (desktop == 0xFFFFFFFF && !win.isStuck()) |
239 | win.stick(); | 239 | win.stick(); |
240 | else | 240 | else |
241 | win.screen().sendToWorkspace(desktop, &win, false); | 241 | win.setWorkspace(desktop, false); |
242 | 242 | ||
243 | XFree(data); | 243 | XFree(data); |
244 | } | 244 | } |
245 | 245 | ||
246 | updateWorkspace(win); | ||
247 | |||
248 | |||
249 | } | 246 | } |
250 | 247 | ||
251 | void Ewmh::updateFrameClose(FluxboxWindow &win) { | 248 | void Ewmh::updateFrameClose(FluxboxWindow &win) { |