wineconsole: Handle mouse wheel scrolling for user backend.
commit3fbe40e2f9ca01a550c660af381030193ebfa67a
authorDylan Smith <dylan.ah.smith@gmail.com>
Fri, 26 Feb 2010 00:15:13 +0000 (25 19:15 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Feb 2010 12:02:24 +0000 (26 13:02 +0100)
tree77f63d5eaa212394bcd3104c8d101e10bc3a16ce
parentb6439286b67e8ec1991fb9cc9972e0198fba6693
wineconsole: Handle mouse wheel scrolling for user backend.

The mouse wheel will scroll if the buffer height is greater than the
console window's height in lines, otherwise console mouse input events
are generated.
programs/wineconsole/user.c