]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix due to broken last commit.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 21 Apr 2006 12:01:30 +0000 (12:01 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 21 Apr 2006 12:01:30 +0000 (12:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/window.cpp

index 5d312ff4acf800f86735bca8081f7c91a1d5810d..7eab9dcd370b8521853cf5ebeaf0005b1ffe301b 100644 (file)
@@ -1249,7 +1249,7 @@ void wxWindow::DoSetSizeIntr(int x, int y, int width, int height,
                              int sizeFlags, bool fromCtor)
 {
     // A bit of optimization to help sort out the flickers.
                              int sizeFlags, bool fromCtor)
 {
     // A bit of optimization to help sort out the flickers.
-    int oldX = oldY = oldW = oldH = -1;
+    int oldX = -1, oldY = -1, oldW = -1, oldH = -1;
 
     if( !fromCtor )
     {
 
     if( !fromCtor )
     {