2002/08/10 03:05:05
[org.ibex.core.git] / src / org / xwt / plat / Win32.java
index 6a74222..3e647ac 100644 (file)
@@ -205,7 +205,7 @@ public class Win32 extends GCJ {
         boolean captured = false;
 
         public int hwnd = -1;
-        public int hdc = -1;
+        public int hdc = 0;
 
         public int current_cursor = default_cursor;