wine/programs/notepad
Petrichor Park 100504d2f5 notepad: Use GetDpiForWindow().
Instead of querying the registry, just calls `GetDpiForWindow`.

Winecfg's DPI slider sets `Control Panel\\Desktop\\LogPixels`.
See `programs/winecfg/x11drvdlg.c`
Notepad queries `Software\\Fonts\\LogPixels`, and so doesn't pick up
on the change.
2023-07-19 10:44:51 +02:00
..
dialog.c notepad: Use GetDpiForWindow(). 2023-07-19 10:44:51 +02:00
dialog.h notepad: Show goto dialog box. 2022-09-23 15:16:48 +02:00
main.c notepad: Use GetDpiForWindow(). 2023-07-19 10:44:51 +02:00
main.h notepad: Use GetDpiForWindow(). 2023-07-19 10:44:51 +02:00
Makefile.in
notepad.ico
notepad.man.in
notepad.manifest
notepad.rc notepad: Show goto dialog box. 2022-09-23 15:16:48 +02:00
notepad.svg
notepad_res.h notepad: Show goto dialog box. 2022-09-23 15:16:48 +02:00