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

    r8038 r9001  
    3737#define RECT_EQUAL(a,b) (memcmp(a, b, sizeof(RECT)) == 0)
    3838
    39 #ifdef CUSTOM_TRACKFRAME
    4039
    4140/***********************************************************************
     
    758757        /* Single click brings up the system menu when iconized */
    759758
    760         if( !moved )
     759        if( !moved && !fOS2Look)
    761760        {
    762761            if(style & WS_SYSMENU )
     
    768767}
    769768
    770 #endif //#ifdef CUSTOM_TRACKFRAME
Note: See TracChangeset for help on using the changeset viewer.