Removed OpenGL graphics driver from public view. For the parts that are implemented, it will 'just work' by allowing fl_* rendering into OpenGL contexts (such as widgets, etc.)

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11021 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-01-21 16:37:42 +00:00
parent 84e9be966d
commit 5ff6efd529
3 changed files with 213 additions and 1486 deletions
+37 -749
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -17,8 +17,8 @@
//
#ifndef FL_CFG_GFX_QUARTZ_CXX
#define FL_CFG_GFX_QUARTZ_CXX
#ifndef FL_CFG_GFX_QUARTZ_RECT_CXX
#define FL_CFG_GFX_QUARTZ_RECT_CXX
/**
@@ -282,7 +282,7 @@ void Fl_Quartz_Graphics_Driver::restore_clip() {
}
#endif
#endif // FL_CFG_GFX_QUARTZ_RECT_CXX
//
// End of "$Id$".