diff options
Diffstat (limited to 'documentation/src/opengl.dox')
| -rw-r--r-- | documentation/src/opengl.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox index 566ec6ddb..0b5374ad8 100644 --- a/documentation/src/opengl.dox +++ b/documentation/src/opengl.dox @@ -26,6 +26,9 @@ some extra drawing functions provided by FLTK, and include the \p <windows.h> header file needed by WIN32 applications. +Some simple coding rules (see \ref osissues_retina) allow to write cross-platform code that will draw high resolution +OpenGL graphics if run on 'retina' displays with Mac OS X. + \section opengl_subclass Making a Subclass of Fl_Gl_Window To make a subclass of Fl_Gl_Window, you must provide: |
