From d3ec16177a2b39ab576dcaf68b04443add3315e9 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 24 Aug 2005 05:28:45 +0000 Subject: [PATCH] (MFrame): New member dpi. --- src/internal-gui.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/internal-gui.h b/src/internal-gui.h index dff7d04..3e35497 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -72,6 +72,9 @@ struct MFrame /** Logical OR of enum MDeviceType. */ int device_type; + /** Resolution (dots per inch) of the device. */ + int dpi; + /** Correction of functions to manipulate the device. */ MDeviceDriver *driver; -- 1.7.10.4