diff options
Diffstat (limited to 'src')
-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(); |