diff options
| -rw-r--r-- | FL/Fl_Single_Window.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Single_Window.H b/FL/Fl_Single_Window.H index dda14975e..fc8eb4840 100644 --- a/FL/Fl_Single_Window.H +++ b/FL/Fl_Single_Window.H @@ -3,7 +3,7 @@ // // Single-buffered window header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2015 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -27,7 +27,7 @@ /** This is the same as Fl_Window. However, it is possible that some implementations will provide double-buffered windows by default. - This subcan be used to force single-buffering. This may be + This subclass can be used to force single-buffering. This may be useful for modifying existing programs that use incremental update, or for some types of image data, such as a movie flipbook. */ |
