fixed the aterm bug
This commit is contained in:
parent
a4c41f621b
commit
87995b9755
1 changed files with 2 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Window.cc,v 1.232 2003/09/23 13:52:05 rathnor Exp $
|
||||
// $Id: Window.cc,v 1.233 2003/09/24 11:33:40 fluxgen Exp $
|
||||
|
||||
#include "Window.hh"
|
||||
|
||||
|
@ -1119,12 +1119,9 @@ void FluxboxWindow::moveResize(int new_x, int new_y,
|
|||
|
||||
shaded = false;
|
||||
send_event = true;
|
||||
} else {
|
||||
} else if (send_event)
|
||||
frame().move(new_x, new_y);
|
||||
|
||||
send_event = true;
|
||||
}
|
||||
|
||||
if (send_event && ! moving) {
|
||||
sendConfigureNotify();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue