Ignore:
Timestamp:
May 3, 2000, 10:59:41 PM (25 years ago)
Author:
achimha
Message:

GetDCEx precedence fix

File:
1 edited

Legend:

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

    r3482 r3489  
    1 /* $Id: dc.cpp,v 1.55 2000-05-02 20:50:48 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.56 2000-05-03 20:59:41 achimha Exp $ */
    22
    33/*
     
    876876
    877877   isWindowOwnDC = (((hWindow == HWND_DESKTOP) ? FALSE : (wnd->isOwnDC()))
    878                  && !(flags & DCX_CACHE_W|DCX_WINDOW_W));
     878                 && !(flags & (DCX_CACHE_W | DCX_WINDOW_W)));
    879879
    880880   if (isWindowOwnDC)
Note: See TracChangeset for help on using the changeset viewer.