Added a member PortLink for non-streamed communications with the server
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
89c2c01ab5
commit
e0c894a088
@ -46,10 +46,12 @@
|
|||||||
#include <StorageDefs.h>
|
#include <StorageDefs.h>
|
||||||
|
|
||||||
// Project Includes ------------------------------------------------------------
|
// Project Includes ------------------------------------------------------------
|
||||||
|
#include <View.h>
|
||||||
|
|
||||||
// Local Includes --------------------------------------------------------------
|
// Local Includes --------------------------------------------------------------
|
||||||
|
|
||||||
// Local Defines ---------------------------------------------------------------
|
// Local Defines ---------------------------------------------------------------
|
||||||
|
class PortLink;
|
||||||
|
|
||||||
// Globals ---------------------------------------------------------------------
|
// Globals ---------------------------------------------------------------------
|
||||||
|
|
||||||
@ -464,10 +466,10 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function
|
|||||||
float fMaxWindWidth; // used // changed from: float fMaxWindV;
|
float fMaxWindWidth; // used // changed from: float fMaxWindV;
|
||||||
BRect fFrame; // used
|
BRect fFrame; // used
|
||||||
window_look fLook; // used
|
window_look fLook; // used
|
||||||
_view_attr_ *fCurDrawViewState;
|
ViewAttr *fCurDrawViewState;
|
||||||
window_feel fFeel; // used
|
window_feel fFeel; // used
|
||||||
int32 fLastViewToken;
|
int32 fLastViewToken;
|
||||||
uint32 fUnused1; // changed from: _CEventPort_* fEventPort;
|
PortLink *fServerLink; // changed from: _CEventPort_* fEventPort;
|
||||||
BMessageRunner *fPulseRunner; // used
|
BMessageRunner *fPulseRunner; // used
|
||||||
BRect fCurrentFrame;
|
BRect fCurrentFrame;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user