Feature #987 ยป 0053-sdl3-Replace-SDL_TRUE-with-true.patch
client/gui-sdl3/gui_string.c | ||
---|---|---|
case 1:
|
||
text = create_surf(w, count * tmp[0]->h);
|
||
SDL_FillSurfaceRect(text, NULL, color);
|
||
SDL_SetSurfaceColorKey(text, SDL_TRUE, color);
|
||
SDL_SetSurfaceColorKey(text, true, color);
|
||
break;
|
||
case 2:
|
||
text = create_surf_with_format(tmp[0]->format,
|