Ignore:
Timestamp:
Mar 28, 2003, 12:49:02 PM (22 years ago)
Author:
sandervl
Message:

Fix for multiple WM_CHAR_SPECIAL_CONSOLE_BREAK

File:
1 edited

Legend:

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

    r9933 r9950  
    1 /* $Id: pmwindow.cpp,v 1.203 2003-03-22 20:27:11 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.204 2003-03-28 11:49:02 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    12601260    }
    12611261
     1262    case WM_CHAR_SPECIAL_CONSOLE_BREAK:
     1263    {
     1264        //ignore this message. don't forward it to the default PM frame window handler
     1265        //as that one sends it to the client. as a result we end up translating
     1266        //it twice
     1267        break;
     1268    }
     1269
    12621270    case WM_ADJUSTWINDOWPOS:
    12631271    {
Note: See TracChangeset for help on using the changeset viewer.