projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a24d04
)
(MFrame): New member dpi.
author
handa
<handa>
Wed, 24 Aug 2005 05:28:45 +0000
(
05:28
+0000)
committer
handa
<handa>
Wed, 24 Aug 2005 05:28:45 +0000
(
05:28
+0000)
src/internal-gui.h
patch
|
blob
|
history
diff --git
a/src/internal-gui.h
b/src/internal-gui.h
index
dff7d04
..
3e35497
100644
(file)
--- 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;