diff --git a/CHANGES b/CHANGES index 253020163..6a4097a1c 100644 --- a/CHANGES +++ b/CHANGES @@ -5,7 +5,7 @@ CHANGES IN FLTK 1.1.8 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) 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.