EnumDisplayDevices and GetMonitorInfo should return the same device
authorHuw Davies <huw@codeweavers.com>
Wed, 28 Sep 2005 10:17:13 +0000 (10:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Sep 2005 10:17:13 +0000 (10:17 +0000)
commit1d34b3a99cb17f3429a483859439b91bbce81d26
treeeba5c9a11b8cb05a3b212d972fce4ef13619cd08
parent925e4674a714bf57ff2996ebf759589eba8cabe6
EnumDisplayDevices and GetMonitorInfo should return the same device
name for the primary device.
Make both EnumDisplayDevicesA and GetMonitorInfoA call their unicode
counterparts.
Update prototype of EnumDisplayDevices.
Add some tests.
dlls/user/misc.c
dlls/user/tests/.cvsignore
dlls/user/tests/Makefile.in
dlls/user/tests/monitor.c [new file with mode: 0644]
include/winuser.h