mirror of
https://github.com/fltk/fltk.git
synced 2026-06-02 23:56:55 +08:00
Fix documentation (typo).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
//
|
//
|
||||||
// Single-buffered window header file for the Fast Light Tool Kit (FLTK).
|
// 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
|
// 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
|
// 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
|
This is the same as Fl_Window. However, it is possible that
|
||||||
some implementations will provide double-buffered windows by default.
|
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
|
useful for modifying existing programs that use incremental update, or
|
||||||
for some types of image data, such as a movie flipbook.
|
for some types of image data, such as a movie flipbook.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user