Revision: 4997 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4997&view=rev Author: ossman_ Date: 2012-09-10 11:46:08 +0000 (Mon, 10 Sep 2012) Log Message: ----------- Need to make sure that the viewport still gets mouse events, even if we want to intercept them for the edge/bump scroll.
Modified Paths: -------------- trunk/vncviewer/DesktopWindow.cxx Modified: trunk/vncviewer/DesktopWindow.cxx =================================================================== --- trunk/vncviewer/DesktopWindow.cxx 2012-09-05 14:06:05 UTC (rev 4996) +++ trunk/vncviewer/DesktopWindow.cxx 2012-09-10 11:46:08 UTC (rev 4997) @@ -360,7 +360,8 @@ Fl::add_timeout(0.1, handleEdgeScroll, this); } } - return 1; + // Continue processing so that the viewport also gets mouse events + break; #endif case FL_SHORTCUT: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits