ecere/gui/drivers/XInterface: Avoiding forced re-positioning on ConfigureNotify
authorJerome St-Louis <jerome@ecere.com>
Thu, 20 Feb 2014 18:03:34 +0000 (13:03 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 20 Feb 2014 18:03:34 +0000 (13:03 -0500)
- ConfigureNotify are sent for stacking re-ordering as well

ecere/src/gui/drivers/XInterface.ec

index 1820ad3..e03890d 100644 (file)
@@ -2170,7 +2170,7 @@ class XInterface : Interface
                         }
                      }
 
-                     window.Position(x, y, w, h, true, true, true, true, false, unmaximized);
+                     window.Position(x, y, w, h, false /*true*/, true, true, true, false, unmaximized);
 
                      // Break the anchors for moveable/resizable windows
                      // Avoid doing this if the translation wasn't in sync as it will cause the window to move around