Ignore:
Timestamp:
Oct 7, 2001, 1:48:29 PM (24 years ago)
Author:
sandervl
Message:

frame tracking updates + fixes

File:
1 edited

Legend:

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

    r6941 r6961  
    1 /* $Id: pmwindow.cpp,v 1.152 2001-10-03 18:37:52 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.153 2001-10-07 11:48:28 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    14061406        if(fOS2Look) {//sent by titlebar control
    14071407#ifdef CUSTOM_TRACKFRAME
    1408             Frame_SysCommandSizeMove(win32wnd, SC_MOVE_W);
     1408            Frame_SysCommandSizeMove(win32wnd, SC_MOVE_W+HTCAPTION_W);
    14091409#else
    14101410            FrameTrackFrame(win32wnd, TF_MOVE);
Note: See TracChangeset for help on using the changeset viewer.