diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index ad2c05f64..9479dbefd 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.March.16 (0.9.29) ### RC1 +2023.March.18 (0.9.29) ### RC2? * Improvements to "Stamp" tool: ----------------------------- * Stamps may now be rotated. @@ -375,6 +375,9 @@ https://tuxpaint.org/ when building with the --shuffle flag for GNU make. Philipp Rösner + * Correction to allow Haiku printing code to compile again + Luc 'Begasus' Schrijvers + * Documentation updates: --------------------- * New "Quickstart Guide" document added. diff --git a/src/BeOS_print.cpp b/src/BeOS_print.cpp index 6bfed5c04..b8b632bf7 100644 --- a/src/BeOS_print.cpp +++ b/src/BeOS_print.cpp @@ -19,10 +19,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - $Id$ */ -/* Jan. 17, 2003 */ +/* Jan. 17, 2003 - March 18, 2023 */ #include "BeOS_print.h" @@ -82,8 +81,6 @@ BBitmap *SurfaceToBBitmap(SDL_Surface * surf) pixfmt.Gloss = 0; pixfmt.Bloss = 0; pixfmt.Aloss = 0; - pixfmt.colorkey = 0; - pixfmt.alpha = 0; surf32 = SDL_ConvertSurface(surf, &pixfmt, SDL_SWSURFACE);