Ignore:
Timestamp:
Jun 1, 2000, 1:27:57 PM (25 years ago)
Author:
sandervl
Message:

Moved GetClipRgn & GetClipBox into user32 (dc.cpp)

File:
1 edited

Legend:

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

    r3584 r3641  
    1 /* $Id: button.cpp,v 1.35 2000-05-22 17:21:06 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.36 2000-06-01 11:27:56 sandervl Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    176176static LRESULT BUTTON_EraseBkgnd(HWND hwnd,WPARAM wParam,LPARAM lParam)
    177177{
     178  //SvL: This is wrong: should be
     179  //SvL: TODO: NT does something extra for ownerdrawn buttons; check this
     180//  if(style == BS_OWNERDRAW) {
     181//        return DefWindowProcA(hwnd, WM_ERASEBKGND, wParam, lParam);
     182//  }
     183//  return 1;
     184
    178185  //SvL: Erase background for groupboxes as the paint function only draws
    179186  //     a box
Note: See TracChangeset for help on using the changeset viewer.