Changeset 1583 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Nov 3, 1999, 11:04:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1576 r1583 1 /* $Id: win32wbase.cpp,v 1.7 4 1999-11-03 19:51:43 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.75 1999-11-03 22:04:22 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1229 1229 //****************************************************************************** 1230 1230 //****************************************************************************** 1231 ULONG Win32BaseWindow::MsgContextMenu(ULONG x,ULONG y) 1232 { 1233 return SendInternalMessageA(WM_CONTEXTMENU,Win32Hwnd,MAKELPARAM(x,y)); 1234 } 1235 //****************************************************************************** 1236 //****************************************************************************** 1231 1237 BOOL Win32BaseWindow::isMDIClient() 1232 1238 {
Note:
See TracChangeset
for help on using the changeset viewer.