Bugfixes. AFAIK everything works properly.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-10-04 21:51:16 +00:00
parent e8f20f30c4
commit 99991325e3

View File

@ -39,8 +39,8 @@
// Includes to be able to talk to the app_server
#include <Application.h>
#include <ServerProtocol.h>
#include <PortLink.h>
#include <PortMessage.h>
#include <AppServerLink.h>
enum {
NOT_IMPLEMENTED = B_ERROR,
@ -2159,7 +2159,7 @@ BBitmap::InitObject(BRect bounds, color_space colorSpace, uint32 flags,
status_t error = B_OK;
PortMessage pmsg;
PortLink *link=new PortLink(be_app->fServerTo);
BPrivate::BAppServerLink *link=new BPrivate::BAppServerLink();
// clean up
if (fBasePtr) {