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/win32wbasenonclient.cpp

    r5236 r5404  
    1 /* $Id: win32wbasenonclient.cpp,v 1.29 2001-02-21 20:51:07 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.30 2001-03-30 11:14:36 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    450450  if (dwStyle & WS_MINIMIZE) return HTCAPTION;
    451451
     452  //TODO: is this correct???
     453  if (dwStyle & WS_DISABLED) return HTERROR;
     454
    452455  GetWindowRect(getWindowHandle(), &rect);
    453456
Note: See TracChangeset for help on using the changeset viewer.