From fe9e4fe1e794d4da0ed5068de1a6ba958b8479e8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 20 Feb 2008 17:31:39 +0000 Subject: 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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 5 ----- documentation/functions.html | 2 -- 2 files changed, 7 deletions(-) (limited to 'documentation') 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.

Create an RGB offscreen buffer with w*h pixels. -

Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h)

- -

Create an RGBA offscreen buffer. Alpha blending is not available -on all platforms. -

void fl_delete_offscreen(Fl_Offscreen)

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.

  • fl_contrast
  • fl_copy_offscreen
  • fl_create_offscreen
  • -
  • fl_create_offscreen_with_alpha
  • fl_cursor
  • fl_curve
  • fl_darker
  • @@ -275,7 +274,6 @@ A. -- cgit v1.2.3