ecere: Android fixes; i18n update
[sdk] / ecere / src / gui / skins / WindowsSkin.ec
index 6cbd743..5d240ac 100644 (file)
@@ -284,7 +284,7 @@ public class WindowsSkin_Window : Window
          *x += client00.x - rcWindow.left;
          *y += client00.y - rcWindow.top;
 #else
-         Box widths;
+         Box widths = { 0 };
 #if !defined(__ANDROID__)
          XGetBorderWidths(this, widths);
 #endif