changeset 93 | 20605b15ca8c |
parent 92 | b62ce3deedf4 |
child 94 | ed05888ca3eb |
1.1 --- a/src/SDL12_compat.c Fri Mar 01 10:51:25 2019 -0500 1.2 +++ b/src/SDL12_compat.c Fri Mar 01 10:52:06 2019 -0500 1.3 @@ -2838,11 +2838,9 @@ 1.4 } 1.5 1.6 DECLSPEC SDL12_Surface * SDLCALL 1.7 -SDL_DisplayFormatAlpha(SDL12_Surface *surface) 1.8 +SDL_DisplayFormatAlpha(SDL12_Surface *surface12) 1.9 { 1.10 - FIXME("write me"); 1.11 - SDL20_Unsupported(); 1.12 - return NULL; 1.13 + return SDL_DisplayFormat(surface12); 1.14 } 1.15 1.16 static void