summaryrefslogtreecommitdiff
path: root/pango/pangowin32-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangowin32-private.h')
-rw-r--r--pango/pangowin32-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango/pangowin32-private.h b/pango/pangowin32-private.h
index f8d445aa..72befca8 100644
--- a/pango/pangowin32-private.h
+++ b/pango/pangowin32-private.h
@@ -107,6 +107,12 @@ struct _PangoWin32FontMap
*/
GHashTable *fonts;
+ /* keeps track of the system font aliases that we might have */
+ GHashTable *aliases;
+
+ /* keeps track of the warned fonts that we might have */
+ GHashTable *warned_fonts;
+
double resolution; /* (points / pixel) * PANGO_SCALE */
};