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:
parent
e0c1abb912
commit
6ea309f4e4
@ -6,5 +6,6 @@ Preference Media :
|
||||
Media.cpp
|
||||
MediaWindow.cpp
|
||||
MediaViews.cpp
|
||||
;
|
||||
|
||||
LinkSharedOSLibs Media : be libmedia.so ;
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user