Author: matt
Date: 2008-02-20 09:31:39 -0800 (Wed, 20 Feb 2008)
New Revision: 6028
Log:
STR 1874: remove fl_create_offscreen_with_alpha which is merely a helper
function for built-in image rendering on only a single platform and should not
be public.
Modified:
branches/branch-1.1/CHANGES
branches/branch-1.1/documentation/drawing.html
branches/branch-1.1/documentation/functions.html
Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2008-02-14 18:36:42 UTC (rev 6027)
+++ branches/branch-1.1/CHANGES 2008-02-20 17:31:39 UTC (rev 6028)
@@ -5,7 +5,7 @@
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 #1855,
- STR #1862, STR #1867)
+ STR #1862, STR #1867, STR #1874)
- Fixed offset bug in OS X pixmap code (STR #1856)
- Fixed potential buffer overrun
in Fl_Preferences (STR #1853)
Modified: branches/branch-1.1/documentation/drawing.html
===================================================================
--- branches/branch-1.1/documentation/drawing.html 2008-02-14 18:36:42 UTC
(rev 6027)
+++ branches/branch-1.1/documentation/drawing.html 2008-02-20 17:31:39 UTC
(rev 6028)
@@ -948,11 +948,6 @@
<P>Create an RGB offscreen buffer with <tt>w*h</tt> pixels.
-<H4><A NAME=fl_create_offscreen_with_alpha>Fl_Offscreen
fl_create_offscreen_with_alpha(int w, int h)</A></H4>
-
-<P>Create an RGBA offscreen buffer. Alpha blending is not available
-on all platforms.
-
<H4><A NAME=fl_delete_offscreen>void fl_delete_offscreen(Fl_Offscreen)</A></H4>
<P>Delete a previously created offscreen buffer. All drawings are lost.
Modified: branches/branch-1.1/documentation/functions.html
===================================================================
--- branches/branch-1.1/documentation/functions.html 2008-02-14 18:36:42 UTC
(rev 6027)
+++ branches/branch-1.1/documentation/functions.html 2008-02-20 17:31:39 UTC
(rev 6028)
@@ -46,7 +46,6 @@
<LI><A HREF="#fl_contrast"><TT>fl_contrast</TT></A></LI>
<LI><A
HREF="drawing.html#fl_copy_offscreen"><TT>fl_copy_offscreen</TT></A></LI>
<LI><A
HREF="drawing.html#fl_create_offscreen"><TT>fl_create_offscreen</TT></A></LI>
- <LI><A
HREF="drawing.html#fl_create_offscreen_with_alpha"><TT>fl_create_offscreen_with_alpha</TT></A></LI>
<LI><A HREF="#fl_cursor"><TT>fl_cursor</TT></A></LI>
<LI><A HREF="drawing.html#fl_curve"><TT>fl_curve</TT></A></LI>
<LI><A HREF="#fl_darker"><TT>fl_darker</TT></A></LI>
@@ -275,7 +274,6 @@
<UL>
<LI><A
HREF="drawing.html#fl_copy_offscreen"><TT>fl_copy_offscreen</TT></A></LI>
<LI><A
HREF="drawing.html#fl_create_offscreen"><TT>fl_create_offscreen</TT></A></LI>
- <LI><A
HREF="drawing.html#fl_create_offscreen_with_alpha"><TT>fl_create_offscreen_with_alpha</TT></A></LI>
<LI><A
HREF="drawing.html#fl_delete_offscreen"><TT>fl_delete_offscreen</TT></A></LI>
<LI><A
HREF="drawing.html#fl_end_offscreen"><TT>fl_end_offscreen</TT></A></LI>
</UL>
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit