summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2008-04-23 19:32:47 +0000
committerMatthias Melcher <fltk@matthiasm.com>2008-04-23 19:32:47 +0000
commitb812f9701f92fe1676504c8f36a75b68c4453903 (patch)
treec87f16ad6590b76aa1c40c7090e93f6d8739c29e /src
parent7c8f5cc888725d061bcae9d0d5c53ff912639ac4 (diff)
A few more chnaged to get Fl_Font as a new type going
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6114 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Font.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Font.H b/src/Fl_Font.H
index 8ba70c905..3aa854780 100644
--- a/src/Fl_Font.H
+++ b/src/Fl_Font.H
@@ -70,14 +70,14 @@ public:
# elif USE_XFT
XftFont* font;
const char* encoding;
- int size;
+ Fl_Font_Size size;
FL_EXPORT Fl_FontSize(const char* xfontname);
# else
XFontStruct* font; // X font information
FL_EXPORT Fl_FontSize(const char* xfontname);
# endif
- int minsize; // smallest point size that should use this
- int maxsize; // largest point size that should use this
+ Fl_Font_Size minsize; // smallest point size that should use this
+ Fl_Font_Size maxsize; // largest point size that should use this
# if HAVE_GL
unsigned int listbase;// base of display list, 0 = none
# endif