Removed a few compiler warnings

Added app-side support for font list
Added mostly-empty global font functions and documented them


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4439 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-09-01 17:08:34 +00:00
parent 6a746063c9
commit edd19f3d5c
5 changed files with 581 additions and 84 deletions
+1 -1
View File
@@ -2173,7 +2173,7 @@ BBitmap::InitObject(BRect bounds, color_space colorSpace, uint32 flags,
// SERVER_FALSE if the buffer was already deleted
// Reply Data:
// none
status_t freestat;
// status_t freestat;
link->SetOpCode(AS_DELETE_BITMAP);
link->Attach<int32>(fServerToken);
error=link->FlushWithReply(&replydata);