X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Flib%2Fsdl2%2Fsdlmessagebox.inc;h=0919e08c4b9f1023ac20208102bcc7a47e393c39;hp=2728f5640b37ad6d2fe67eb1c454a1ca6679364c;hb=ac201b02f10ef558087d50f6b03b4519ab567558;hpb=423556f23c02a18964bd2c1e125516c0c902ca46 diff --git a/src/lib/sdl2/sdlmessagebox.inc b/src/lib/sdl2/sdlmessagebox.inc index 2728f56..0919e08 100644 --- a/src/lib/sdl2/sdlmessagebox.inc +++ b/src/lib/sdl2/sdlmessagebox.inc @@ -3,7 +3,7 @@ {** * SDL_MessageBox flags. If supported will display warning icon, etc. *} - + const SDL_MESSAGEBOX_ERROR = $00000010; {**< error dialog *} SDL_MESSAGEBOX_WARNING = $00000020; {**< warning dialog *} @@ -105,4 +105,3 @@ function SDL_ShowMessageBox(messageboxdata: PSDL_MessageBoxData; buttonid: PInt) * SDL_ShowMessageBox *} function SDL_ShowSimpleMessageBox(flags: UInt32; title: PAnsiChar; _message: PAnsiChar; window: PSDL_Window): Integer cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_ShowSimpleMessageBox' {$ENDIF} {$ENDIF}; -