From 199b32d9213584e232aee11d2a4d16a26f1d508d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 18 Feb 2011 13:39:48 +0000 Subject: Added virtual width(), height(), descent() and text_extents() functions to the Fl_Graphics_Driver class to prepare for the future definition of graphics drivers that fully deal with text measurement. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8442 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/gl_draw.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gl_draw.cxx') diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 913b47389..a15a15123 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -45,7 +45,7 @@ #endif #if USE_XFT -extern XFontStruct* fl_xxfont(); +//extern XFontStruct* fl_xxfont(); #endif // USE_XFT /** Returns the current font's height */ -- cgit v1.2.3