Ignore:
Timestamp:
Oct 23, 2001, 1:17:18 AM (24 years ago)
Author:
phaller
Message:

added PM hook

File:
1 edited

Legend:

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

    r6745 r7155  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.60 2001-09-17 13:31:29 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.61 2001-10-22 23:14:32 phaller Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    3333#include "oslibwin.h"
    3434#include "winmouse.h"
     35#include <pmkbdhk.h>
    3536
    3637#define DBG_LOCALLOG    DBG_oslibmsgtranslate
     
    600601        break;
    601602    }
     603     
     604    case WM_CHAR_SPECIAL:
     605        // @@@PH
     606        // special char message from the keyboard hook
     607        dprintf(("PM: WM_CHAR_SPECIAL\n"));
     608        // NO BREAK! FALLTHRU CASE!
     609     
    602610    case WM_CHAR:
    603611    {
Note: See TracChangeset for help on using the changeset viewer.