Ignore:
Timestamp:
Jan 30, 2000, 7:48:29 PM (26 years ago)
Author:
sandervl
Message:

Menu bugfixes

File:
1 edited

Legend:

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

    r2529 r2577  
    1 /* $Id: win32wbasenonclient.cpp,v 1.6 2000-01-27 17:21:09 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.7 2000-01-30 18:48:29 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    10251025   */
    10261026
     1027  dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint));
     1028
    10271029  if (!(hdc = GetDCEx( Win32Hwnd, (clip > 1) ? clip : 0, DCX_USESTYLE | DCX_WINDOW |
    10281030                      ((clip > 1) ?(DCX_INTERSECTRGN /*| DCX_KEEPCLIPRGN*/) : 0) ))) return;
     
    10361038    //CB: unknown WINE handling (clip == 1), clip client?
    10371039    GetRgnBox( clip, &rectClip );
    1038   } else
     1040  }
     1041  else
    10391042  {
    10401043    clip = 0;
     
    11391142
    11401143  ReleaseDC(Win32Hwnd,hdc);
     1144  dprintf(("**DoNCPaint %x DONE", getWindowHandle()));
    11411145}
    11421146//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.