Gcc4 fixes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32088 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,6 +2,6 @@ SubDir HAIKU_TOP src tests kits game ParticlesII ;
|
||||
|
||||
SimpleTest ParticlesII
|
||||
: particlesII.cpp
|
||||
: game be root
|
||||
: game be root $(TARGET_LIBSUPC++)
|
||||
;
|
||||
|
||||
|
||||
@@ -74,9 +74,11 @@ private:
|
||||
// app from ScreenConnected()
|
||||
};
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
NApplication app;
|
||||
return 0;
|
||||
}
|
||||
|
||||
NApplication::NApplication()
|
||||
@@ -215,7 +217,7 @@ void NWindowScreen::ScreenConnected(bool connected)
|
||||
}
|
||||
if((i>=192) && (i<256))
|
||||
{
|
||||
c1.red = 0i; // blues
|
||||
c1.red = 0; // blues
|
||||
c1.green = 0;
|
||||
c1.blue = j*4;
|
||||
c1.alpha = 255;
|
||||
|
||||
Reference in New Issue
Block a user