Changes between Initial Version and Version 1 of Ticket #6576, comment 2


Ignore:
Timestamp:
Sep 11, 2010, 2:49:01 AM (14 years ago)
Author:
saivert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6576, comment 2

    initial v1  
    11I just fixed it!
    2 svn diff follows...
    3 
    4 Index: VMWareMouse.cpp
    5 ===================================================================
    6 --- VMWareMouse.cpp     (revision 38599)
    7 +++ VMWareMouse.cpp     (working copy)
    8 @@ -56,6 +56,8 @@
    9                 return B_DISPATCH_MESSAGE;
    10  
    11         switch(message->what) {
    12 +               case B_MOUSE_UP:
    13 +               case B_MOUSE_DOWN:
    14                 case B_MOUSE_MOVED:
    15                 {
    16                         uint16 status, numWords;
    17