]> git.saurik.com Git - wxWidgets.git/commitdiff
always define wxUSE_MOUSEWHEEL
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 5 Mar 2004 10:54:04 +0000 (10:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 5 Mar 2004 10:54:04 +0000 (10:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 089c401b9064cba2d7995fd3788ad19c2aee32fd..6098435563ef07667e3d24825a734d31ddb5a889 100644 (file)
  */
 #define wxUSE_UXTHEME_AUTO 1
 
+/*
+ *  Set to 1 to use mousewheel events on Windows
+ */
+#define wxUSE_MOUSEWHEEL 1
+
 /*
  * Use wxURL class
  */