* Renamed placement constants to fit into the existing scheme.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24767 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -201,13 +201,13 @@ main(int argc, char* argv[])
|
|||||||
fputs("// This file was generated by the generate_boot_screen Haiku build "
|
fputs("// This file was generated by the generate_boot_screen Haiku build "
|
||||||
"tool.\n\n", sOutput);
|
"tool.\n\n", sOutput);
|
||||||
|
|
||||||
fprintf(sOutput, "static const int32 kLogoPlacementX = %d;\n",
|
fprintf(sOutput, "static const int32 kSplashLogoPlacementX = %d;\n",
|
||||||
logoPlacementX);
|
logoPlacementX);
|
||||||
fprintf(sOutput, "static const int32 kLogoPlacementY = %d;\n",
|
fprintf(sOutput, "static const int32 kSplashLogoPlacementY = %d;\n",
|
||||||
logoPlacementY);
|
logoPlacementY);
|
||||||
fprintf(sOutput, "static const int32 kIconPlacementX = %d;\n",
|
fprintf(sOutput, "static const int32 kSplashIconsPlacementX = %d;\n",
|
||||||
iconPlacementX);
|
iconPlacementX);
|
||||||
fprintf(sOutput, "static const int32 kIconPlacementY = %d;\n\n",
|
fprintf(sOutput, "static const int32 kSplashIconsPlacementY = %d;\n\n",
|
||||||
iconPlacementY);
|
iconPlacementY);
|
||||||
|
|
||||||
parseImage(argv[1], "kSplashLogo");
|
parseImage(argv[1], "kSplashLogo");
|
||||||
|
|||||||
Reference in New Issue
Block a user