Changeset 4848 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r4658 r4848 1 /* $Id: oslibmsg.cpp,v 1.3 4 2000-11-21 11:36:08 sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.35 2000-12-29 18:39:58 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 26 26 #include <winconst.h> 27 27 #include <win32api.h> 28 #include <win 32wnd.h>28 #include <winuser32.h> 29 29 #include "oslibutil.h" 30 30 #include "timer.h" … … 102 102 { 103 103 // memcpy(os2Msg, winMsg, sizeof(MSG)); 104 // os2Msg->hwnd = Win32 Window::Win32ToOS2Handle(winMsg->hwnd);104 // os2Msg->hwnd = Win32ToOS2Handle(winMsg->hwnd); 105 105 // os2Msg->reserved = 0; 106 106 } … … 195 195 196 196 if(hwnd) { 197 hwndOS2 = Win32 BaseWindow::Win32ToOS2Handle(hwnd);197 hwndOS2 = Win32ToOS2Handle(hwnd); 198 198 if(hwndOS2 == NULL) { 199 199 memset(pMsg, 0, sizeof(MSG)); … … 292 292 293 293 if(hwnd && hwnd != -1) { 294 hwndOS2 = Win32 BaseWindow::Win32ToOS2Handle(hwnd);294 hwndOS2 = Win32ToOS2Handle(hwnd); 295 295 if(hwndOS2 == NULL) { 296 296 dprintf(("PeekMsg: window %x NOT FOUND!", hwnd));
Note:
See TracChangeset
for help on using the changeset viewer.