Changeset 1209 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 9, 1999, 11:45:28 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/win32wbase.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1194 r1209 1 /* $Id: win32wbase.cpp,v 1.3 1 1999-10-08 18:39:35sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.32 1999-10-09 09:45:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 911 911 return 0; //todo 912 912 case CMD_ACCELERATOR: 913 dprintf(("accelerator command")); 914 return 0; //todo 913 // this fit not really windows behavior. 914 // maybe TranslateAccelerator() is better 915 dprintf(("accelerator command")); 916 return SendInternalMessageA(WM_COMMAND, MAKELONG(Id, 0), 0); 915 917 } 916 918 return 0; … … 2550 2552 //****************************************************************************** 2551 2553 //****************************************************************************** 2552 Win32BaseWindow *Win32BaseWindow::GetWindowFrom FrameHandle(HWND hwnd)2554 Win32BaseWindow *Win32BaseWindow::GetWindowFromOS2FrameHandle(HWND hwnd) 2553 2555 { 2554 2556 Win32BaseWindow *win32wnd;
Note:
See TracChangeset
for help on using the changeset viewer.
