summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2016-07-20 01:05:58 +0000
committerGreg Ercolano <erco@seriss.com>2016-07-20 01:05:58 +0000
commit508af6b48e95681b053497efc3623e31045ace9e (patch)
treed77384da3fcafc4cc2460cc1f23fe6cc0ac883b4 /src
parentebba50752d148619543343a5e26d86f6be00f3ae (diff)
Bringing over fix [r11757] from 1.3 current to the porting branch.
Doc mod to refer to fltk color chip table. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11829 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_own_colormap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx
index 75bbc215a..2588be958 100644
--- a/src/Fl_own_colormap.cxx
+++ b/src/Fl_own_colormap.cxx
@@ -63,7 +63,7 @@ void Fl_X11_System_Driver::own_colormap() {
#endif // FL_CFG_WIN_X11
/** \fn Fl::own_colormap()
- Makes FLTK use its own colormap. This may make FLTK display better
+ Makes FLTK use its <a href="fltk-colormap.png">own colormap</a>. This may make FLTK display better
and will reduce conflicts with other programs that want lots of colors.
However the colors may flash as you move the cursor between windows.