mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
+37
-749
File diff suppressed because it is too large
Load Diff
+59
-620
File diff suppressed because it is too large
Load Diff
@@ -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$".
|
||||
|
||||
Reference in New Issue
Block a user