From 99991325e3e87499f1024259ea66b3ed3496bc82 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 4 Oct 2003 21:51:16 +0000 Subject: [PATCH] Bugfixes. AFAIK everything works properly. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4945 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Bitmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/interface/Bitmap.cpp b/src/kits/interface/Bitmap.cpp index 7ff4efda83..50c1cafefe 100644 --- a/src/kits/interface/Bitmap.cpp +++ b/src/kits/interface/Bitmap.cpp @@ -39,8 +39,8 @@ // Includes to be able to talk to the app_server #include #include -#include #include +#include 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) {