diff options
| -rw-r--r-- | CHANGES | 1 | ||||
| -rw-r--r-- | src/fl_set_fonts_xft.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -3,6 +3,7 @@ CHANGES IN FLTK 1.1.7 - Documentation fixes (STR #571, STR #648, STR #692, STR #730, STR #744, STR #745, STR #931, STR #942, STR #960, STR #969) + - Fl::set_fonts() now works with Xft (STR #1012) - Fl_Value_Input now uses the screen-absolute position instead of the window-relative position when dragging the value; this avoids some jumping conditions (STR diff --git a/src/fl_set_fonts_xft.cxx b/src/fl_set_fonts_xft.cxx index 7fbd88c01..a6cf89cf1 100644 --- a/src/fl_set_fonts_xft.cxx +++ b/src/fl_set_fonts_xft.cxx @@ -26,8 +26,6 @@ // #include <X11/Xft/Xft.h> -#include <string.h> -#include <ctype.h> // This function fills in the fltk font table with all the fonts that // are found on the X server. It tries to place the fonts into families |
