Patch by saivert to fix the vmware mouse issues in #6576.

The changes looks reasonable, although I don't have VMWare to test with.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38602 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist 2010-09-11 07:20:11 +00:00
parent 55217ad3ed
commit 26c1992a9a

View File

@ -56,6 +56,8 @@ VMWareMouseFilter::Filter(BMessage *message, BList *outList)
return B_DISPATCH_MESSAGE;
switch(message->what) {
case B_MOUSE_UP:
case B_MOUSE_DOWN:
case B_MOUSE_MOVED:
{
uint16 status, numWords;