Apply patch to allow Haiku printing to compile

h/t Luc, and sorry for not doing it sooner!

Source - 01ba520dab/media-gfx/tuxpaint/patches/tuxpaint_sdl2-0.9.28.patchset
This commit is contained in:
Bill Kendrick 2023-03-18 11:06:46 -07:00
parent bfdd6f4e2d
commit 2f7971c8b9
2 changed files with 5 additions and 5 deletions

View file

@ -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);