diff options
author | fluxgen <fluxgen> | 2003-09-24 11:33:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-24 11:33:40 (GMT) |
commit | 87995b975581fb6ee7ce16faab89a713d695e827 (patch) | |
tree | 4cd388d5b2b2985df89b978be4ed3f3aeefb2908 /src/Window.cc | |
parent | a4c41f621b97084516299a322d62750f2e86b6a9 (diff) | |
download | fluxbox-87995b975581fb6ee7ce16faab89a713d695e827.zip fluxbox-87995b975581fb6ee7ce16faab89a713d695e827.tar.bz2 |
fixed the aterm bug
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Window.cc b/src/Window.cc index 7c331c1..5d2f600 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -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.232 2003/09/23 13:52:05 rathnor Exp $ | 25 | // $Id: Window.cc,v 1.233 2003/09/24 11:33:40 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -1119,11 +1119,8 @@ void FluxboxWindow::moveResize(int new_x, int new_y, | |||
1119 | 1119 | ||
1120 | shaded = false; | 1120 | shaded = false; |
1121 | send_event = true; | 1121 | send_event = true; |
1122 | } else { | 1122 | } else if (send_event) |
1123 | frame().move(new_x, new_y); | 1123 | frame().move(new_x, new_y); |
1124 | |||
1125 | send_event = true; | ||
1126 | } | ||
1127 | 1124 | ||
1128 | if (send_event && ! moving) { | 1125 | if (send_event && ! moving) { |
1129 | sendConfigureNotify(); | 1126 | sendConfigureNotify(); |