Changeset 7216 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 26, 2001, 2:46:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r7211 r7216 1 /* $Id: pmwindow.cpp,v 1.1 59 2001-10-26 09:10:12phaller Exp $ */1 /* $Id: pmwindow.cpp,v 1.160 2001-10-26 12:46:16 phaller Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 46 46 #include "menu.h" 47 47 #include <pmkbdhk.h> 48 #include <pmscan.h> 49 #include <winscan.h> 48 50 49 51 #define DBG_LOCALLOG DBG_pmwindow … … 64 66 static PFNWP pfnFrameWndProc = NULL; 65 67 static HWND hwndFocusChange = 0; 68 69 // Note: 70 // For a "lonekey"-press of AltGr, we only receive WM_KEYUP 71 // messages. If the key is pressed longer and starts to repeat, 72 // WM_KEYDOWN messages come in properly. 73 static BOOL fKeyAltGrDown = FALSE; 74 75 66 76 67 77 MRESULT EXPENTRY Win32WindowProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
Note:
See TracChangeset
for help on using the changeset viewer.