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:
parent
bfdd6f4e2d
commit
2f7971c8b9
2 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue