Updated sources to reflect changes in <ServerProtocol.h>
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2832 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -68,7 +68,7 @@ BCursor::BCursor(const void *cursorData)
|
||||
// Send data directly to server
|
||||
BPrivate::BAppServerLink *serverlink = new BPrivate::BAppServerLink;
|
||||
serverlink->Init();
|
||||
serverlink->portlink->SetOpCode(SET_CURSOR_BCURSOR);
|
||||
serverlink->portlink->SetOpCode(AS_SET_CURSOR_BCURSOR);
|
||||
serverlink->portlink->Attach((void *)cursorData,68);
|
||||
|
||||
//Rumor has it that this API will be cleaned up later
|
||||
|
||||
Reference in New Issue
Block a user