Updated the Jam file

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2790 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Phil Greenway 2003-02-22 09:45:08 +00:00
parent e0c1abb912
commit 6ea309f4e4
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,6 @@ Preference Media :
Media.cpp
MediaWindow.cpp
MediaViews.cpp
;
LinkSharedOSLibs Media : be libmedia.so ;

View File

@ -36,7 +36,7 @@ MediaWindow *ptrMediaWindow;
Media::Media() : BApplication (APP_SIGNATURE)
{
// Default Window Size - even though we centre the form to the current screen size
BRect screenFrame = (BScreen(B_MAIN_SCREEN_ID).Frame());
//BRect screenFrame = (BScreen(B_MAIN_SCREEN_ID).Frame());
float FormTopDefault = 0;
float FormLeftDefault = 0;