The client-side implementation of B_NO_POINTER_HISTORY did only work for SetEventMask(),
but not for SetMouseEventMask(). We now track the value of that mask in a dedicated member variable. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -654,10 +654,11 @@ private:
|
||||
BShelf* fShelf;
|
||||
uint32 fEventMask;
|
||||
uint32 fEventOptions;
|
||||
uint32 fMouseEventOptions;
|
||||
|
||||
LayoutData* fLayoutData;
|
||||
|
||||
uint32 _reserved[8];
|
||||
uint32 _reserved[7];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user