2004/01/17 07:54:20
[org.ibex.core.git] / src / org / xwt / plat / Win32.cc
index c278998..e5b0294 100644 (file)
@@ -205,6 +205,14 @@ void org::xwt::plat::Win32::natInit() {
                                                (HWND__*)NULL, (HMENU__*)NULL,
                                                GetModuleHandle(NULL), (LPVOID)NULL);
             
+<<<<<<< Win32.cc
+            surface->hwnd = (jint)CreateWindow(wc.lpszClassName, TEXT(""),
+                                               (msg.wParam ? WS_NORMAL : WS_POPUP) | WS_SIZEBOX,
+                                               200, 200, 100, 100,
+                                               (HWND__*)NULL, (HMENU__*)NULL,
+                                               GetModuleHandle(NULL), (LPVOID)NULL);
+=======
+>>>>>>> 1.27
             SetFocus((HWND)surface->hwnd);
             surface->hwndCreated->release();