diff options
Diffstat (limited to 'src/gl_draw.cxx')
| -rw-r--r-- | src/gl_draw.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index ebaa1d2e5..51920502a 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -458,6 +458,12 @@ void gl_texture_pile_height(int max) } +/** + * @cond DriverDev + * @addtogroup DriverDeveloper + * @{ + */ + void Fl_Gl_Window_Driver::draw_string_legacy(const char* str, int n) { draw_string_legacy_glut(str, n); @@ -789,6 +795,11 @@ char *Fl_Cocoa_Gl_Window_Driver::alpha_mask_for_string(const char *str, int n, i #endif // FL_CFG_GFX_QUARTZ +/** + * @} + * @endcond + */ + #endif // HAVE_GL || defined(FL_DOXYGEN) // |
