diff options
author | fluxgen <fluxgen> | 2003-01-05 23:04:46 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-01-05 23:04:46 (GMT) |
commit | 5733082fc4449f6f32a5ac15b6969c5d6f9c4142 (patch) | |
tree | ac10b2403b7b4085b42c8d2c031371bac31c9e0b /src/Ewmh.cc | |
parent | 29bf0656d4e231bc15a15160d5dbb3092ec892b7 (diff) | |
download | fluxbox-5733082fc4449f6f32a5ac15b6969c5d6f9c4142.zip fluxbox-5733082fc4449f6f32a5ac15b6969c5d6f9c4142.tar.bz2 |
adjusted for moveResize instead of configure in fluxboxwindow
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index d148463..ccbf681 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.cc,v 1.8 2002/12/27 02:15:08 rathnor Exp $ | 22 | // $Id: Ewmh.cc,v 1.9 2003/01/05 23:04:46 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
@@ -312,7 +312,7 @@ bool Ewmh::checkClientMessage(const XClientMessageEvent &ce, BScreen * const scr | |||
312 | // ce.data.l[3] = width | 312 | // ce.data.l[3] = width |
313 | // ce.data.l[4] = height | 313 | // ce.data.l[4] = height |
314 | // TODO: gravity and flags | 314 | // TODO: gravity and flags |
315 | win->configure(ce.data.l[1], ce.data.l[2], | 315 | win->moveResize(ce.data.l[1], ce.data.l[2], |
316 | ce.data.l[3], ce.data.l[4]); | 316 | ce.data.l[3], ce.data.l[4]); |
317 | return true; | 317 | return true; |
318 | } | 318 | } |