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:
Axel Dörfler
2007-08-20 23:24:26 +00:00
parent e46b225479
commit b78583734c
3 changed files with 14 additions and 16 deletions
+2 -1
View File
@@ -654,10 +654,11 @@ private:
BShelf* fShelf;
uint32 fEventMask;
uint32 fEventOptions;
uint32 fMouseEventOptions;
LayoutData* fLayoutData;
uint32 _reserved[8];
uint32 _reserved[7];
};