-
- Downloads
As it turns out, setting high DPI awareness in the process fails.
Presumably, "something" is setting it earlier so it can't be set again because reasons. To work around this, add a manifest to ciolib library that asserts the binary is DPI aware and requests Windows not do GDI scaling. Not sure if manifest .o files in a lib are linked in by things, but SyncTERM pulls the .o out and explicitly links it, so this should fix SyncTERM at least.
Showing
- src/conio/GNUmakefile 1 addition, 1 deletionsrc/conio/GNUmakefile
- src/conio/ciolib.manifest 10 additions, 0 deletionssrc/conio/ciolib.manifest
- src/conio/ciolib.rc 6 additions, 1 deletionsrc/conio/ciolib.rc
- src/conio/win32gdi.c 3 additions, 3 deletionssrc/conio/win32gdi.c
- src/syncterm/GNUmakefile 1 addition, 1 deletionsrc/syncterm/GNUmakefile
src/conio/ciolib.manifest
0 → 100644
Please register or sign in to comment