summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/drawing.html5
-rw-r--r--documentation/functions.html2
2 files changed, 0 insertions, 7 deletions
diff --git a/documentation/drawing.html b/documentation/drawing.html
index beda0f96e..36d2e7736 100644
--- a/documentation/drawing.html
+++ b/documentation/drawing.html
@@ -948,11 +948,6 @@ double-buffering natively.
<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.
diff --git a/documentation/functions.html b/documentation/functions.html
index a1d1bb084..8624f9d6e 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -46,7 +46,6 @@ A</A>.
<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 @@ A</A>.
<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>