summaryrefslogtreecommitdiff
path: root/src/fl_draw_pixmap.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-10-20 23:07:01 +0000
committerGreg Ercolano <erco@seriss.com>2013-10-20 23:07:01 +0000
commita40aa8311bd71988a4015902bd42b030f306f014 (patch)
tree8cb494773a41d4b5cc2c58570e2e1bcbb1c0b1e6 /src/fl_draw_pixmap.cxx
parenta5f2ef5ccd8365820b2d8e05ba6e673924046911 (diff)
While investigating STR#2991, noted (but did not remove) misleading comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10001 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_draw_pixmap.cxx')
-rw-r--r--src/fl_draw_pixmap.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_draw_pixmap.cxx b/src/fl_draw_pixmap.cxx
index 9fc988bdc..b62ddcd6a 100644
--- a/src/fl_draw_pixmap.cxx
+++ b/src/fl_draw_pixmap.cxx
@@ -16,6 +16,9 @@
// http://www.fltk.org/str.php
//
+// NOTE: I believe many of the following comments (between the dash markers)
+// are no longer accurate:
+// --------------------------------------------------------------------
// Implemented without using the xpm library (which I can't use because
// it interferes with the color cube used by fl_draw_image).
// Current implementation is cheap and slow, and works best on a full-color
@@ -25,6 +28,9 @@
// Notice that there is no pixmap file interface. This is on purpose,
// as I want to discourage programs that require support files to work.
// All data needed by a program ui should be compiled in!!!
+// --------------------------------------------------------------------
+// The above comments were checked in as r2, and much has changed since then;
+// transparency added, color cube not required, etc. -erco Oct 20 2013
#include <FL/Fl.H>
#include <FL/fl_draw.H>