gcc3 fixes & other minor tweaks

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shadow303
2003-06-23 02:54:52 +00:00
parent 3368f55060
commit b511995b2f
25 changed files with 163 additions and 157 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
\param screen Screen assigned to the bitmap.
*/
ServerBitmap::ServerBitmap(BRect rect,color_space space, int32 flags,
int32 bytesperline=-1, screen_id screen=B_MAIN_SCREEN_ID)
int32 bytesperline, screen_id screen)
{
_initialized=false;
@@ -127,7 +127,7 @@ void ServerBitmap::_FreeBuffer(void)
\param space Color space for the bitmap.
\param bytesperline Number of bytes per row.
*/
void ServerBitmap::_HandleSpace(color_space space, int32 bytesperline=-1)
void ServerBitmap::_HandleSpace(color_space space, int32 bytesperline)
{
// Big convoluted mess just to handle every color space and dword align
// the buffer