mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 07:01:34 +08:00
Revert unintended change of comment in 44c874b731
... where 'override' was changed to 'FL_OVERRIDE'
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user