diff options
Diffstat (limited to 'src/drivers/Cocoa')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index 786bbde12..6f0ebfa64 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -35,11 +35,10 @@ extern int fl_ready(); int Fl_Cocoa_Screen_Driver::next_marked_length = 0; -/** +/* Creates a driver that manages all screen and display related calls. - This function must be implemented once for every platform. It is called - when the static members of the class "Fl" are created. + This function must be implemented once for every platform. */ Fl_Screen_Driver *Fl_Screen_Driver::newScreenDriver() { |
