diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/tipwin.cc | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -86,3 +86,4 @@ Non-Dillo code: public domain. * src/md5.[ch] contain code by L. Peter Deutsch whose copyright is held by Aladdin Enterprises. +* src/tipwin.cc contains code by Greg Ercolano. diff --git a/src/tipwin.cc b/src/tipwin.cc index 1b6d91a2..d71f2a4e 100644 --- a/src/tipwin.cc +++ b/src/tipwin.cc @@ -1,3 +1,7 @@ +// tipwin.cc is derived from "Fl_Slider with a floating tooltip to show +// current value" at http://seriss.com/people/erco/fltk/#SliderTooltip by +// Greg Ercolano. + #include <stdio.h> #include <stdlib.h> #include <string.h> |