- Timestamp:
- May 22, 2000, 9:05:58 PM (25 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/menu.cpp
r3584 r3587 1 /* $Id: menu.cpp,v 1.2 2 2000-05-22 17:21:09 cbratschiExp $*/1 /* $Id: menu.cpp,v 1.23 2000-05-22 19:03:45 sandervl Exp $*/ 2 2 /* 3 3 * Menu functions … … 3204 3204 BOOL ret = FALSE; 3205 3205 3206 dprintf(("USER32: TrackPopupMenu")); 3206 if(lpRect) { 3207 dprintf(("USER32: TrackPopupMenu %x %x (%d,%d) %x %x (%d,%d)(%d,%d)", hMenu, wFlags, x, y, nReserved, hWnd, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom)); 3208 } 3209 else dprintf(("USER32: TrackPopupMenu %x %x (%d,%d) %x %x lpRect=NULL", hMenu, wFlags, x, y, nReserved, hWnd)); 3207 3210 3208 3211 MENU_InitTracking(hWnd, hMenu, TRUE, wFlags); -
trunk/src/user32/win32wbase.cpp
r3584 r3587 1 /* $Id: win32wbase.cpp,v 1.19 2 2000-05-22 17:21:11 cbratschiExp $ */1 /* $Id: win32wbase.cpp,v 1.193 2000-05-22 19:05:58 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2094 2094 OSLibWinShowWindow(OS2Hwnd, showstate); 2095 2095 2096 SendInternalMessageA(WM_SHOWWINDOW, (showstate & SWPOS_SHOW) ? 1 : 0, 0); 2097 2096 2098 //CB: PMFrame: WM_MINMAXFRAME SWP_* handling isn't always successful! 2097 2099 if ((showstate & SWPOS_MAXIMIZE) == SWPOS_MAXIMIZE)
Note:
See TracChangeset
for help on using the changeset viewer.