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:
@@ -6,5 +6,6 @@ Preference Media :
|
|||||||
Media.cpp
|
Media.cpp
|
||||||
MediaWindow.cpp
|
MediaWindow.cpp
|
||||||
MediaViews.cpp
|
MediaViews.cpp
|
||||||
|
;
|
||||||
|
|
||||||
LinkSharedOSLibs Media : be libmedia.so ;
|
LinkSharedOSLibs Media : be libmedia.so ;
|
||||||
@@ -36,7 +36,7 @@ MediaWindow *ptrMediaWindow;
|
|||||||
Media::Media() : BApplication (APP_SIGNATURE)
|
Media::Media() : BApplication (APP_SIGNATURE)
|
||||||
{
|
{
|
||||||
// Default Window Size - even though we centre the form to the current screen size
|
// 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 FormTopDefault = 0;
|
||||||
float FormLeftDefault = 0;
|
float FormLeftDefault = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user