From 9c62993efd45bcd685c579d51be013a1ae4f2770 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 18 Jan 2016 00:02:52 +0000 Subject: Don't expose the DPI-related variables --- amiga/font.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index e0799ea05..da23b5989 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -23,10 +23,14 @@ #include #include -void ami_font_setdevicedpi(int id); void ami_font_init(void); void ami_font_fini(void); +/* DPI stuff */ +void ami_font_setdevicedpi(int id); +ULONG ami_font_dpi_get_devicedpi(void); +ULONG ami_font_dpi_get_xdpi(void); + /* Simple diskfont functions for graphics.library use (not page rendering) */ struct TextFont *ami_font_open_disk_font(struct TextAttr *tattr); void ami_font_close_disk_font(struct TextFont *tfont); @@ -50,9 +54,6 @@ struct ami_font_functions { ULONG x, ULONG y, bool aa); }; -ULONG ami_devicedpi; -ULONG ami_xdpi; - const struct ami_font_functions *ami_nsfont; #endif -- cgit v1.2.3