From f5a6b10f469d4ac15d5f52c6c1ccc3e8318861aa Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 29 Jan 2016 15:56:29 +0000 Subject: Updated OpenGL Display Device git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11084 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Gl_Window.H | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 31fedb215..2fd5f9804 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -25,29 +25,6 @@ #include "Fl_Window.H" -// ------ this should be in a separate file! ----------------------------------- -#ifdef FL_CFG_GFX_OPENGL - -#include - -class Fl_OpenGL_Graphics_Driver; -/** - OpenGL Surface. - This surface is needed as an interface between GL windows and the GL graphics driver. - */ -class FL_EXPORT Fl_OpenGL_Display_Device : public Fl_Surface_Device { -public: - static const char *class_id; - const char *class_name() {return class_id;}; - Fl_OpenGL_Display_Device(Fl_OpenGL_Graphics_Driver *graphics_driver); - static Fl_OpenGL_Display_Device *display_device(); -}; - -#endif -// ------ end of separate file! ------------------------------------------------ - - - #ifndef GLContext /** Opaque pointer type to hide system specific implementation. -- cgit v1.2.3