Ignore:
Timestamp:
Oct 17, 2000, 7:11:09 PM (25 years ago)
Author:
sandervl
Message:

syscolor fix + added debugint3 system menu option

File:
1 edited

Legend:

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

    r3662 r4494  
    1 /* $Id: win32wbasenonclient.cpp,v 1.24 2000-06-07 14:51:32 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.25 2000-10-17 17:11:08 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    13341334        if (wParam == SC_PUTMARK)
    13351335            WriteLog(("Mark requested by user\n"));
     1336        else
     1337        if (wParam == SC_DEBUGINT3)
     1338            DebugInt3();
    13361339#endif
    13371340        break;
Note: See TracChangeset for help on using the changeset viewer.