Add another entry to list of fixed bugs for gdi32-MultiMonitor.

This commit is contained in:
Michael Müller
2014-12-21 01:37:42 +01:00
parent 7bad59bbdd
commit f85f8cf234
3 changed files with 4 additions and 1 deletions

View File

@@ -591,6 +591,7 @@ gdi32-MaxPixelFormats.ok:
# |
# | This patchset fixes the following Wine bugs:
# | * [#34978] Multiple applications need EnumDisplayDevicesW implementation
# | * [#37709] GetMonitorInfo returns the same name for all monitors
# |
# | Modified files:
# | * dlls/gdi32/driver.c, dlls/user32/misc.c, dlls/winex11.drv/xinerama.c

View File

@@ -1 +1,2 @@
Fixes: [34978] Multiple applications need EnumDisplayDevicesW implementation
Fixes: [37709] GetMonitorInfo returns the same name for all monitors