Ignore:
Timestamp:
Oct 26, 2001, 11:10:57 AM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

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

    r7200 r7211  
    1 /* $Id: pmwindow.cpp,v 1.158 2001-10-25 10:40:45 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.159 2001-10-26 09:10:12 phaller Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    4545#include "options.h"
    4646#include "menu.h"
     47#include <pmkbdhk.h>
    4748
    4849#define DBG_LOCALLOG    DBG_pmwindow
     
    502503        win32wnd->DispatchMsgA(pWinMsg);
    503504        break;
    504 
     505     
     506    case WM_CHAR_SPECIAL:
     507      /* NO BREAK! FALLTHRU CASE! */
     508     
    505509    case WM_CHAR:
    506510        dprintf(("OS2: WM_CHAR %x %x %x, %x %x", win32wnd->getWindowHandle(), mp1, mp2, pWinMsg->wParam, pWinMsg->lParam));
Note: See TracChangeset for help on using the changeset viewer.