- Timestamp:
- Aug 5, 2002, 6:31:27 PM (23 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsgtranslate.cpp
r8702 r8962 1 /* $Id: oslibmsgtranslate.cpp,v 1. 89 2002-06-18 09:32:26 sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.90 2002-08-05 16:31:26 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 897 897 break; 898 898 899 case WM_DRAWCLIPBOARD: 900 winMsg->message = WINWM_DRAWCLIPBOARD; 901 break; 902 899 903 case WM_HSCROLL: 900 904 case WM_VSCROLL: -
trunk/src/user32/pmwindow.cpp
r8916 r8962 1 /* $Id: pmwindow.cpp,v 1.18 3 2002-07-24 18:43:11sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.184 2002-08-05 16:31:26 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 734 734 case WM_RENDERALLFMTS: 735 735 case WM_DESTROYCLIPBOARD: 736 case WM_DRAWCLIPBOARD: 736 737 win32wnd->DispatchMsgA(pWinMsg); 737 738 break; -
trunk/src/user32/windowmsg.cpp
r8960 r8962 1 /* $Id: windowmsg.cpp,v 1.3 8 2002-08-05 09:45:49sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.39 2002-08-05 16:31:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 839 839 //4 cases: 840 840 //1: Wait for all -> check for message arrival, call WaitForMultipleObjects 841 //2: Timeout = 0 ms -> c heck for message arrival, call WaitForMultipleObjects with timeout 0841 //2: Timeout = 0 ms -> call WaitForMultipleObjects with timeout 0, check for message arrival 842 842 //3: nCount = 0 -> check for message arrival 843 843 //4: rest -> check for either message arrival or signalled object
Note:
See TracChangeset
for help on using the changeset viewer.