From a40aa8311bd71988a4015902bd42b030f306f014 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 20 Oct 2013 23:07:01 +0000 Subject: 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 --- src/fl_draw_pixmap.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 #include -- cgit v1.2.3