From: handa Date: Wed, 24 Aug 2005 05:28:45 +0000 (+0000) Subject: (MFrame): New member dpi. X-Git-Tag: REL-1-3-0~238 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d3ec16177a2b39ab576dcaf68b04443add3315e9;p=m17n%2Fm17n-lib.git (MFrame): New member dpi. --- 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;