Changeset 9462 for trunk/src/ddraw/surface.cpp
- Timestamp:
- Dec 4, 2002, 4:21:42 PM (23 years ago)
- 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 $ */ 2 2 3 3 /* … … 590 590 591 591 #if 0 592 if(lpDraw->GetCooperativeLevel() & DDSCL_FULLSCREEN)593 {594 SetWindowPos(lpDraw->GetClientWindow(), HWND_TOP, 0, 0, DDSurfaceDesc.dwWidth, DDSurfaceDesc.dwHeight,0);595 }596 597 592 //NOTE: This isn't working at all (interferes with mouse messages for application 598 593 // window)
Note:
See TracChangeset
for help on using the changeset viewer.