summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-01-29 16:56:12 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-01-29 16:56:12 +0000
commita26f08bb618d3af3e7509c4db8e7233ea515da08 (patch)
treee80486ad481acd49718130ac43ea43f2bd7b666d /src/Fl_get_system_colors.cxx
parent01296095a672565ed8d1f6a6c5e999fa6d6b1ba7 (diff)
Use Fl::is_scheme() where appropriate.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10542 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
-rw-r--r--src/Fl_get_system_colors.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx
index e9b7b4b5d..49c7ff899 100644
--- a/src/Fl_get_system_colors.cxx
+++ b/src/Fl_get_system_colors.cxx
@@ -3,7 +3,7 @@
//
// System color support 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
@@ -280,6 +280,8 @@ static Fl_Pixmap tile(tile_xpm);
If the resulting scheme name is not defined, the default scheme will
be used and Fl::scheme() will return NULL.
+
+ \see Fl::is_scheme()
*/
int Fl::scheme(const char *s) {
if (!s) {