Ignore:
Timestamp:
Oct 3, 2001, 8:37:53 PM (24 years ago)
Author:
sandervl
Message:

window tracking rewrite + getdcex change (clipping)

File:
1 edited

Legend:

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

    r6064 r6941  
    1 /* $Id: win32wbasenonclient.cpp,v 1.35 2001-06-22 07:32:48 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.36 2001-10-03 18:37:53 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    12701270    switch (uCommand)
    12711271    {
    1272 
    12731272    case SC_SIZE:
    12741273    {
     1274#ifdef CUSTOM_TRACKFRAME
     1275      Frame_SysCommandSizeMove(this, wParam);
     1276#else
    12751277      DWORD flags;
    12761278
     
    13161318      }
    13171319      if (flags) FrameTrackFrame(this,flags);
     1320#endif
    13181321      break;
    13191322    }
    13201323
    13211324    case SC_MOVE:
     1325#ifdef CUSTOM_TRACKFRAME
     1326        Frame_SysCommandSizeMove(this, wParam);
     1327#else
    13221328        if (dwStyle & WS_MAXIMIZE) break;
    13231329        FrameTrackFrame(this,TFOS_MOVE);
     1330#endif
    13241331        break;
    13251332
Note: See TracChangeset for help on using the changeset viewer.