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>
|
||||
|
||||
// Project Includes ------------------------------------------------------------
|
||||
#include <View.h>
|
||||
|
||||
// Local Includes --------------------------------------------------------------
|
||||
|
||||
// Local Defines ---------------------------------------------------------------
|
||||
class PortLink;
|
||||
|
||||
// Globals ---------------------------------------------------------------------
|
||||
|
||||
@ -464,10 +466,10 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function
|
||||
float fMaxWindWidth; // used // changed from: float fMaxWindV;
|
||||
BRect fFrame; // used
|
||||
window_look fLook; // used
|
||||
_view_attr_ *fCurDrawViewState;
|
||||
ViewAttr *fCurDrawViewState;
|
||||
window_feel fFeel; // used
|
||||
int32 fLastViewToken;
|
||||
uint32 fUnused1; // changed from: _CEventPort_* fEventPort;
|
||||
PortLink *fServerLink; // changed from: _CEventPort_* fEventPort;
|
||||
BMessageRunner *fPulseRunner; // used
|
||||
BRect fCurrentFrame;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user