diff -r 2f3e5c57359c -r d06e0e829828 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Wed Oct 21 19:41:24 2009 +0000 +++ b/hedgewars/CCHandlers.inc Thu Oct 22 18:59:35 2009 +0000 @@ -624,8 +624,8 @@ SDL_FreeSurface(SDLPrimSurface); end; -{$IFDEF DARWIN} -//remove the topbar from Mac and iPhone +{$IFDEF IPHONEOS} +//remove the topbar from iPhone flags:= flags or SDL_NOFRAME; {$ENDIF} @@ -640,7 +640,7 @@ {$IFDEF DEBUGFILE} AddFileLog('SDL video driver: ' + string(SDL_VideoDriverName(buf, sizeof(buf)))); {$ENDIF} -PixelFormat:= SDLPrimSurface^.format +PixelFormat:=@convFormat// SDLPrimSurface^.format end; procedure chVol_p(var s: shortstring);