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:
parent
e8f20f30c4
commit
99991325e3
@ -39,8 +39,8 @@
|
|||||||
// Includes to be able to talk to the app_server
|
// Includes to be able to talk to the app_server
|
||||||
#include <Application.h>
|
#include <Application.h>
|
||||||
#include <ServerProtocol.h>
|
#include <ServerProtocol.h>
|
||||||
#include <PortLink.h>
|
|
||||||
#include <PortMessage.h>
|
#include <PortMessage.h>
|
||||||
|
#include <AppServerLink.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
NOT_IMPLEMENTED = B_ERROR,
|
NOT_IMPLEMENTED = B_ERROR,
|
||||||
@ -2159,7 +2159,7 @@ BBitmap::InitObject(BRect bounds, color_space colorSpace, uint32 flags,
|
|||||||
status_t error = B_OK;
|
status_t error = B_OK;
|
||||||
|
|
||||||
PortMessage pmsg;
|
PortMessage pmsg;
|
||||||
PortLink *link=new PortLink(be_app->fServerTo);
|
BPrivate::BAppServerLink *link=new BPrivate::BAppServerLink();
|
||||||
|
|
||||||
// clean up
|
// clean up
|
||||||
if (fBasePtr) {
|
if (fBasePtr) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user