From 222538baad665f226546c2cfae417df3f6835a44 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 26 Jan 2016 20:31:43 +0000 Subject: Hacky version of font_x and font_xft, compiles on Fedora Linux git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11054 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx index e7e9d0cf7..1f7561831 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx @@ -31,7 +31,7 @@ // being used to index arrays. So I always copy them to an integer // before use. -# include "../Fl_XColor.H" +# include "../../Fl_XColor.H" # include # include # include @@ -92,7 +92,7 @@ static void figure_out_visual() { } static unsigned fl_cmap[256] = { -#include "../fl_cmap.h" // this is a file produced by "cmap.cxx": +#include "../../fl_cmap.h" // this is a file produced by "cmap.cxx": }; # if HAVE_OVERLAY -- cgit v1.2.3