Changeset 492 for Daodan


Ignore:
Timestamp:
Jan 30, 2010, 2:16:49 AM (15 years ago)
Author:
rossy
Message:

hopefully a fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Win32.c

    r483 r492  
    3636        Rect.bottom = Rect.top + Height;
    3737        AdjustWindowRect(&Rect, WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_POPUP | WS_TILEDWINDOW , FALSE);
    38         PlatformData->Window = CreateWindowEx(0, "ONI ", "ONI ", WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_POPUP | WS_OVERLAPPED, Rect.left, Rect.top, Rect.right - Rect.left, Rect.bottom - Rect.top, NULL, NULL, PlatformData->Instance, NULL);
     38        PlatformData->Window = CreateWindowEx(0, "ONI ", "ONI ", WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_POPUP | WS_TILEDWINDOW, Rect.left, Rect.top, Rect.right - Rect.left, Rect.bottom - Rect.top, NULL, NULL, PlatformData->Instance, NULL);
    3939       
    4040        ShowWindow(PlatformData->Window, SW_SHOWNORMAL);
Note: See TracChangeset for help on using the changeset viewer.