Changeset 3501 for trunk/src/user32/menu.cpp
- Timestamp:
- May 9, 2000, 8:56:59 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/menu.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/menu.cpp
r3225 r3501 1 /* $Id: menu.cpp,v 1.2 0 2000-03-24 19:20:33sandervl Exp $*/1 /* $Id: menu.cpp,v 1.21 2000-05-09 18:56:56 sandervl Exp $*/ 2 2 /* 3 3 * Menu functions … … 1599 1599 if (!pTopPopupWnd) 1600 1600 { 1601 DebugInt3(); 1601 1602 return FALSE; 1602 1603 } … … 1615 1616 if( !menu->hWnd ) 1616 1617 { 1618 DebugInt3(); 1617 1619 return FALSE; 1618 1620 } … … 2183 2185 { 2184 2186 Win32BaseWindow *win32wnd = Win32BaseWindow::GetWindowFromHandle(menu->hWnd); 2185 if(win32wnd==NULL) 2186 DebugInt3(); 2187 if(win32wnd==NULL) { 2188 //SvL: This happens in Moraff's YourJongg 2.0, return here 2189 //TODO: Check if this is supposed to happen at all... 2190 return (HMENU)0; 2191 } 2187 2192 2188 2193 ht = win32wnd->HandleNCHitTest(pt);
Note:
See TracChangeset
for help on using the changeset viewer.
