http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b27cde
)
Report the mouse wheel as present in the system metrics.
author
Alex Pasadyn
<ajp@mail.utexas.edu>
Sat, 7 Feb 2004 01:28:23 +0000
(
01:28
+0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Sat, 7 Feb 2004 01:28:23 +0000
(
01:28
+0000)
windows/sysmetrics.c
patch
|
blob
|
blame
|
history
diff --git
a/windows/sysmetrics.c
b/windows/sysmetrics.c
index cde72fceead0948e4ac45fa6a20f8015fc44f447..c79516da0d1590ad0da06955f73f5e71a85a2ad1 100644
(file)
--- a/
windows/sysmetrics.c
+++ b/
windows/sysmetrics.c
@@
-250,7
+250,7
@@
void SYSMETRICS_Init(void)
/* FIXME: Should perform a check */
sysMetrics[SM_MIDEASTENABLED] = 0;
- sysMetrics[SM_MOUSEWHEELPRESENT] =
0
;
+ sysMetrics[SM_MOUSEWHEELPRESENT] =
1
;
sysMetrics[SM_CXVIRTUALSCREEN] = sysMetrics[SM_CXSCREEN];
sysMetrics[SM_CYVIRTUALSCREEN] = sysMetrics[SM_CYSCREEN];