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:
parent
55217ad3ed
commit
26c1992a9a
@ -56,6 +56,8 @@ VMWareMouseFilter::Filter(BMessage *message, BList *outList)
|
|||||||
return B_DISPATCH_MESSAGE;
|
return B_DISPATCH_MESSAGE;
|
||||||
|
|
||||||
switch(message->what) {
|
switch(message->what) {
|
||||||
|
case B_MOUSE_UP:
|
||||||
|
case B_MOUSE_DOWN:
|
||||||
case B_MOUSE_MOVED:
|
case B_MOUSE_MOVED:
|
||||||
{
|
{
|
||||||
uint16 status, numWords;
|
uint16 status, numWords;
|
||||||
|
Loading…
Reference in New Issue
Block a user