Ignore:
Timestamp:
Mar 30, 2001, 1:14:36 PM (24 years ago)
Author:
sandervl
Message:

WM_NCHITTEST changes; no longer rely on PM

File:
1 edited

Legend:

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

    r5373 r5404  
    1 /* $Id: static.cpp,v 1.22 2001-03-25 08:50:42 sandervl Exp $ */
     1/* $Id: static.cpp,v 1.23 2001-03-30 11:14:36 sandervl Exp $ */
    22/*
    33 * Static control
     
    414414  LRESULT lResult;
    415415
     416#ifndef ODIN_HITTEST
    416417  //SvL: If a static window has children, then we can't return HTTRANSPARENT
    417418  //     here. For some reason PM then sends all mouse messages to the parent
     
    423424       return HTCLIENT;
    424425  }
     426#endif
    425427
    426428  if (dwStyle & SS_NOTIFY)
     
    656658                             hdc, hwnd );
    657659        if (!hBrush) hBrush = GetStockObject(WHITE_BRUSH);
    658         FillRect( hdc, &rc, hBrush );   
     660        FillRect( hdc, &rc, hBrush );
    659661    }
    660662#else
Note: See TracChangeset for help on using the changeset viewer.