From 51daba89072cb66fe5e43015484a554555a40499 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 23 Apr 2020 15:07:21 +0200 Subject: changed DPI handling: dpi is now pushed into every control and saved there --- alf/alflayout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'alf/alflayout.h') diff --git a/alf/alflayout.h b/alf/alflayout.h index ce2350f..4d97eb5 100644 --- a/alf/alflayout.h +++ b/alf/alflayout.h @@ -53,6 +53,7 @@ typedef struct { int biggestColumnNo; int biggestRowNo; DWORD layoutValididityFlags; + int dpi; } ALFLayout; void -- cgit v1.2.3