From 1e7916d35475380399b1dfa9a425e57e89b505cc Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Date: Thu, 10 Jan 2008 22:05:17 +0000
Subject: STR 1855: fixed include file reference in Fl_RGB_IMage docs
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6019 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
CHANGES | 2 +-
documentation/Fl_RGB_Image.html | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index 54d10a6c4..8ed2443a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ CHANGES IN FLTK 1.1.8
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
STR #1742, STR #1777, STR #1794, STR #1827, STR #1843,
- STR #1796, STR #1815, STR #1726, STR #1753)
+ STR #1796, STR #1815, STR #1726, STR #1753, STR #1855)
- Fixed potential buffer overrun
in Fl_Preferences (STR #1853)
- Fixed method attributes in consecutive class
diff --git a/documentation/Fl_RGB_Image.html b/documentation/Fl_RGB_Image.html
index 60b5fef66..95afccb4c 100644
--- a/documentation/Fl_RGB_Image.html
+++ b/documentation/Fl_RGB_Image.html
@@ -37,6 +37,10 @@ Images with an even number of channels are assumed to contain
alpha information, which is used to blend the image with the
contents of the screen.
+Fl_RGB_Image is defined in
+<FL/Fl_Image.H>, however for compatibility reasons
+<FL/Fl_RGB_Image.H> shoulc be included.
+
Methods