Added implementation of _set_menu_sem_() to Window.cpp (should it go to a different place ?), thus fixing the build (at least here, I hope I didn't forget anything else).

Thanks to Bill Hayden for reporting and sorry again for the trouble.
Changed a comment in PopUpMenu.cpp


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8394 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2004-07-14 07:41:47 +00:00
parent f22750bb9d
commit 26b5401027
2 changed files with 16 additions and 3 deletions
+9
View File
@@ -127,6 +127,15 @@ static property_info windowPropInfo[] =
};
//------------------------------------------------------------------------------
// TODO: Move this to a better place ?
void
_set_menu_sem_(BWindow *window, sem_id sem)
{
window->fMenuSem = sem;
}
// Constructors
//------------------------------------------------------------------------------
BWindow::BWindow(BRect frame,