Changeset 9464 for trunk/src


Ignore:
Timestamp:
Dec 4, 2002, 5:45:06 PM (23 years ago)
Author:
sandervl
Message:

only resize window when going into fullscreen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/ddraw2d.cpp

    r9462 r9464  
    1 /* $Id: ddraw2d.cpp,v 1.2 2002-12-04 15:21:41 sandervl Exp $ */
     1/* $Id: ddraw2d.cpp,v 1.3 2002-12-04 16:45:06 sandervl Exp $ */
    22
    33/*
     
    18931893    }
    18941894    me->hwndClient = hwndClient;
    1895     if(hwndClient) {
     1895    if(hwndClient && (dwFlags & DDSCL_FULLSCREEN)) {
    18961896        //Changing the size of the win32 window in SetCooperativeLevel can
    18971897        //fail if this happens during WM_ADJUSTWINDOWPOS
Note: See TracChangeset for help on using the changeset viewer.