Ignore:
Timestamp:
Dec 4, 2002, 4:21:42 PM (23 years ago)
Author:
sandervl
Message:

Post resize message in SetCooperativeLevel instead of calling SetWindowPos

File:
1 edited

Legend:

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

    r9459 r9462  
    1 /* $Id: surface.cpp,v 1.1 2002-12-04 10:35:02 sandervl Exp $ */
     1/* $Id: surface.cpp,v 1.2 2002-12-04 15:21:42 sandervl Exp $ */
    22
    33/*
     
    590590
    591591#if 0
    592       if(lpDraw->GetCooperativeLevel() & DDSCL_FULLSCREEN)
    593       {
    594            SetWindowPos(lpDraw->GetClientWindow(), HWND_TOP, 0, 0, DDSurfaceDesc.dwWidth, DDSurfaceDesc.dwHeight,0);
    595       }
    596 
    597592//NOTE: This isn't working at all (interferes with mouse messages for application
    598593//      window)
Note: See TracChangeset for help on using the changeset viewer.