Ignore:
Timestamp:
Jan 19, 2004, 1:39:02 PM (22 years ago)
Author:
sandervl
Message:

Allocate DC for windows with CS_CLASSDC style (one per window)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r10396 r10406  
    1 /* $Id: win32wbase.cpp,v 1.384 2004-01-15 10:28:42 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.385 2004-01-19 12:39:02 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    673673        //DC among different windows... DevOpenDC apparently can't be used
    674674        //for window DCs and WinOpenWindowDC must be associated with a window
    675         ownDC = 0; //GetDCEx(getWindowHandle(), NULL, DCX_USESTYLE);
     675        ownDC = GetDCEx(getWindowHandle(), NULL, DCX_USESTYLE);
    676676    }
    677677    /* Set the window menu */
Note: See TracChangeset for help on using the changeset viewer.