* 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:
parent
a6e227c551
commit
f408d9a227
@ -201,13 +201,13 @@ main(int argc, char* argv[])
|
||||
fputs("// This file was generated by the generate_boot_screen Haiku build "
|
||||
"tool.\n\n", sOutput);
|
||||
|
||||
fprintf(sOutput, "static const int32 kLogoPlacementX = %d;\n",
|
||||
fprintf(sOutput, "static const int32 kSplashLogoPlacementX = %d;\n",
|
||||
logoPlacementX);
|
||||
fprintf(sOutput, "static const int32 kLogoPlacementY = %d;\n",
|
||||
fprintf(sOutput, "static const int32 kSplashLogoPlacementY = %d;\n",
|
||||
logoPlacementY);
|
||||
fprintf(sOutput, "static const int32 kIconPlacementX = %d;\n",
|
||||
fprintf(sOutput, "static const int32 kSplashIconsPlacementX = %d;\n",
|
||||
iconPlacementX);
|
||||
fprintf(sOutput, "static const int32 kIconPlacementY = %d;\n\n",
|
||||
fprintf(sOutput, "static const int32 kSplashIconsPlacementY = %d;\n\n",
|
||||
iconPlacementY);
|
||||
|
||||
parseImage(argv[1], "kSplashLogo");
|
||||
|
Loading…
Reference in New Issue
Block a user