Ignore:
Timestamp:
Dec 7, 1999, 9:43:40 PM (26 years ago)
Author:
sandervl
Message:

Owndc changes

File:
1 edited

Legend:

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

    r2006 r2016  
    1 /* $Id: win32wbase.cpp,v 1.106 1999-12-07 12:26:58 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.107 1999-12-07 20:43:39 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    628628  if(windowClass->getStyle() & CS_OWNDC) {
    629629        dprintf(("Class with CS_OWNDC style"));
    630         ownDC = GetWindowDC(getWindowHandle());
     630//      ownDC = GetWindowDC(getWindowHandle());
    631631  }
    632632  else
Note: See TracChangeset for help on using the changeset viewer.