diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-12 09:42:39 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-01-12 09:42:39 +0100 |
| commit | afbdbb25b9dc92460871abbf7e8295b630141d42 (patch) | |
| tree | 80393b7b98d47c6fe0cddc86290585d878408af0 /src/Fl_Private.H | |
| parent | 4cc0c8f44aab21edcfab0ec0b165b81124e20aba (diff) | |
Function Fl::Private::cairo_make_current(void *gc) is not used anywhere in FLTK
Diffstat (limited to 'src/Fl_Private.H')
| -rw-r--r-- | src/Fl_Private.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_Private.H b/src/Fl_Private.H index becfbc17c..11c4b5dd9 100644 --- a/src/Fl_Private.H +++ b/src/Fl_Private.H @@ -65,7 +65,9 @@ FL_EXPORT inline void set_idle_(Fl_Old_Idle_Handler cb) { idle_ = cb; } #ifdef FLTK_HAVE_CAIRO -FL_EXPORT extern cairo_t *cairo_make_current(void *gc); +#if 0 // this non-public function appears not to be used anywhere in FLTK + FL_EXPORT extern cairo_t *cairo_make_current(void *gc); +#endif FL_EXPORT extern cairo_t *cairo_make_current(void *gc, int W, int H); FL_EXPORT extern Fl_Cairo_State cairo_state_; |
