DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2804
Version: 2.0-current


There is a missing "return 0;" in src/win32/run.cxx, the patch fixes the
bug.


Link: http://www.fltk.org/str.php?L2804
Version: 2.0-current
Index: src/win32/run.cxx
===================================================================
--- src/win32/run.cxx   (revision 9232)
+++ src/win32/run.cxx   (working copy)
@@ -1695,6 +1695,7 @@
       xdelta -= e_dx * WHEEL_DELTA;
       handle(MOUSEWHEEL, xmousewin ? xmousewin : window);
     }
+    return 0;
   }
 
   case WM_GETMINMAXINFO:
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to