summaryrefslogtreecommitdiff
path: root/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-06-26 14:23:51 +0000
committerManolo Gouy <Manolo>2018-06-26 14:23:51 +0000
commit3199e3331b4c779a9ed77966a51c5182f0dbda7d (patch)
treeb770feb56349d076f74818a8c61b0edcd68874b4 /src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
parent7046e99f96810a1be310b1dd1b1b6d4c336ed814 (diff)
Move Fl_Gl_Window_Driver.H from FL/ to src/
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12977 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx')
-rw-r--r--src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx b/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
index 302fc7348..66570ae41 100644
--- a/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
+++ b/src/drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
@@ -38,7 +38,7 @@ Fl_OpenGL_Display_Device::Fl_OpenGL_Display_Device(Fl_OpenGL_Graphics_Driver *gr
}
#ifdef FL_CFG_GFX_QUARTZ
-#include <FL/Fl_Gl_Window_Driver.H>
+#include "../../Fl_Gl_Window_Driver.H"
// convert BGRA to RGB and also exchange top and bottom
static uchar *convert_BGRA_to_RGB(uchar *baseAddress, int w, int h, int mByteWidth)