Ignore:
Timestamp:
Dec 7, 1999, 1:26:59 PM (26 years ago)
Author:
sandervl
Message:

Misc fixes for repaint problems

File:
1 edited

Legend:

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

    r1983 r2006  
    1 /* $Id: win32wbase.h,v 1.49 1999-12-05 16:37:59 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.50 1999-12-07 12:26:59 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    364364         fakeOpen32WinBaseClass fakeWinBase;
    365365
    366          BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); }
     366//         BOOL   isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); }
     367         BOOL   isOwnDC() { return FALSE; }
    367368         HDC    getOwnDC() { return ownDC; }
    368369         void   setOwnDC(HDC hdc) { ownDC = hdc; }
Note: See TracChangeset for help on using the changeset viewer.