diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-01-29 14:58:32 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-01-29 14:58:32 +0100 |
| commit | 0ef8fb5ab41bd23c3e9428d25e3e72cc61831601 (patch) | |
| tree | 06e07ad0537167205ab70d47faf6802baaab4cb4 | |
| parent | 16af5f432e9f7cc62b7205d47c147e1fc5909e94 (diff) | |
Revert unintended change of comment in 44c874b731f9
... where 'override' was changed to 'FL_OVERRIDE'
| -rw-r--r-- | cairo/Fl_Cairo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo/Fl_Cairo.cxx b/cairo/Fl_Cairo.cxx index 1fb3f3488..0b655033a 100644 --- a/cairo/Fl_Cairo.cxx +++ b/cairo/Fl_Cairo.cxx @@ -67,7 +67,7 @@ void Fl_Cairo_State::autolink(bool b) { /** Provides a corresponding Cairo context for window \a wi. - This is needed in a draw() FL_OVERRIDE if Fl::cairo_autolink_context() + This is needed in a draw() override if Fl::cairo_autolink_context() returns false, which is the default. The cairo_context() does not need to be freed as it is freed every time a new Cairo context is created. When the program terminates, |
