Ignore:
Timestamp:
Aug 14, 2002, 12:37:45 PM (23 years ago)
Author:
sandervl
Message:

CUSTOM_TRACKFRAME code is the default now. removed old code;RMB on system menu icon pops up system menu (OS/2 look); GetSysPopupPos fix

File:
1 edited

Legend:

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

    r8999 r9001  
    1 /* $Id: win32wbase.cpp,v 1.334 2002-08-13 20:39:51 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.335 2002-08-14 10:37:44 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    27522752        //     sent. VPC enables the owner when it receives that message,
    27532753        //     but by then it's too late.
     2754        //     (MFC created modeless dialog)
     2755        //TODO: This might be the wrong place to do it. EndDialog is called,
     2756        //      so perhaps it should be done there. (although Wine only
     2757        //      enables the owner if the dialog is modal)
    27542758        ::EnableWindow(owner->getWindowHandle(), 1);
    27552759    }
Note: See TracChangeset for help on using the changeset viewer.