Adjust menu item rendering based on monitor dpi.

This commit is contained in:
Bart House
2018-11-12 22:40:36 -08:00
parent f67e7c0614
commit 8069659912
4 changed files with 41 additions and 22 deletions
+3
View File
@@ -22,5 +22,8 @@ typedef struct {
extern Win10 gWin10;
void win10_init();
int win10_monitor_dpi(HWND hWnd);
double win10_monitor_scale(HWND hWnd);
#endif // WIN10_H