Opened 14 years ago

Closed 14 years ago

#6576 closed bug (fixed)

vmware mouse bug titlebar

Reported by: saivert Owned by: tqh
Priority: normal Milestone: R1
Component: Servers/input_server Version: R1/Development
Keywords: mouse, filter Cc:
Blocked By: Blocking:
Platform: All

Description

I am unable to double click titlebars (captions, yellow yab) of windows when using the vmware mouse filter driver in the Haiku source tree.

Using GCC4Hybrid build with Stack and Tile enabled.

running: Haiku seion 1 hrev38589 Sep 7 2010 23:36:05 BePC Haiku

Attachments (1)

VMWareMouse.diff (338 bytes ) - added by saivert 14 years ago.
diff

Download all attachments as: .zip

Change History (7)

comment:1 by stippi, 14 years ago

Hint for anyone trying to fix this: It could be a problem with the "clicks" message field not being properly maintained by that filter.

comment:2 by saivert, 14 years ago

I just fixed it! svn diff follows...

Index: VMWareMouse.cpp =================================================================== --- VMWareMouse.cpp (revision 38599) +++ VMWareMouse.cpp (working copy) @@ -56,6 +56,8 @@

return B_DISPATCH_MESSAGE;

switch(message->what) {

+ case B_MOUSE_UP: + case B_MOUSE_DOWN:

case B_MOUSE_MOVED: {

uint16 status, numWords;

Version 0, edited 14 years ago by saivert (next)

by saivert, 14 years ago

Attachment: VMWareMouse.diff added

diff

comment:3 by saivert, 14 years ago

patch: 01

comment:4 by tqh, 14 years ago

Owner: changed from korli to tqh
Status: newin-progress

Patch applied in hrev38602. Please verify.

Last edited 14 years ago by tqh (previous) (diff)

comment:5 by tqh, 14 years ago

patch: 10

comment:6 by tqh, 14 years ago

Resolution: fixed
Status: in-progressclosed

Closing, if there are issues please reopen or report new bug.

Note: See TracTickets for help on using tickets.