[haiku-bugs] Re: [Haiku] #6576: vmware mouse bug titlebar

  • From: "saivert" <trac@xxxxxxxxxxxx>
  • Date: Sat, 11 Sep 2010 02:46:14 -0000

#6576: vmware mouse bug titlebar
-----------------------------------+----------------------------------------
  Reporter:  saivert               |         Owner:  korli         
      Type:  bug                   |        Status:  new           
  Priority:  normal                |     Milestone:  R1            
 Component:  Servers/input_server  |       Version:  R1/Development
Resolution:                        |      Keywords:  mouse,filter  
Blocked By:                        |   Has a Patch:  0             
  Platform:  All                   |      Blocking:                
-----------------------------------+----------------------------------------

Comment (by saivert):

 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;

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6576#comment:2>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: