Sweden-Number/programs/winecfg
Zhiyi Zhang 53a0d57aff winecfg: Use OpenThemeDataForDpi() to create a theme handle not associated to a window.
If a window is not passed to OpenThemeData(), OpenThemeData() assumes the DPI is 96 according to
tests. And GetThemePartSize() should select theme parts according to the DPI stored in theme
handles rather than using GDI device contexts. Thus, OpenThemeDataForDpi() should be used in place
of OpenThemeData() when DPI is not 96 and theme handles shouldn't be associated with a window.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-01 17:06:22 +02:00
..
Makefile.in winecfg: Use nameless unions. 2021-03-23 09:32:45 +01:00
about.c winecfg: Avoid depending on the PACKAGE_* macros. 2020-04-09 09:32:26 +02:00
appdefaults.c ntdll: Bump Win 10 version to 17763. 2020-09-28 13:23:44 +02:00
audio.c winecfg: Use nameless unions. 2021-03-23 09:32:45 +01:00
drive.c libwine: Remove wine/library.h. 2020-09-08 16:26:17 +02:00
driveui.c winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
idw_testsound.wav winecfg: Implement audio test. 2007-09-26 12:15:14 +02:00
libraries.c winecfg: Get the builtins list from the architecture-specific PE directory. 2021-04-26 21:34:02 +02:00
logo.ico winecfg: Added new logo graphics. 2010-06-09 13:26:26 +02:00
logo.svg winecfg: Added new logo graphics. 2010-06-09 13:26:26 +02:00
main.c winecfg: Restart 64-bit version from the system32 directory. 2021-04-16 11:15:18 +02:00
resource.h winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
theme.c winecfg: Use OpenThemeDataForDpi() to create a theme handle not associated to a window. 2021-09-01 17:06:22 +02:00
winecfg.c winecfg: Use the ARRAY_SIZE() macro. 2018-10-30 00:10:14 +01:00
winecfg.h winecfg: Add /v parameter to display current Windows version. 2020-09-02 21:27:50 +02:00
winecfg.ico winecfg: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
winecfg.man.in winecfg: Move WineHQ URLs to https. 2017-12-01 10:06:17 +01:00
winecfg.manifest winecfg: Remove processorArchitecture from manifest. 2017-09-05 10:31:50 +02:00
winecfg.rc winecfg: Get rid of drive autodetection. 2020-04-17 13:57:35 +02:00
winecfg.svg winecfg: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
x11drvdlg.c winecfg: Disable virtual desktop when using macdrv. 2021-08-18 20:08:20 +02:00