summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-26 20:31:43 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-26 20:31:43 +0000
commit222538baad665f226546c2cfae417df3f6835a44 (patch)
treeeb1b098f08a706987438466324a651303dad8b7c /src/drivers
parent5892993cbcf77e322f51475820d19f8307375df7 (diff)
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
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx4
1 files changed, 2 insertions, 2 deletions
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 <FL/Fl.H>
# include <FL/x.H>
# include <FL/fl_draw.H>
@@ -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