(MFrame): New member dpi.
authorhanda <handa>
Wed, 24 Aug 2005 05:28:45 +0000 (05:28 +0000)
committerhanda <handa>
Wed, 24 Aug 2005 05:28:45 +0000 (05:28 +0000)
src/internal-gui.h

index dff7d04..3e35497 100644 (file)
@@ -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;