hedgewars/SDLh.pas
changeset 2477 d1ab2e2549d0
parent 2428 6800f8aa0184
child 2515 51d3f4b6293a
equal deleted inserted replaced
2476:4e9c3c9ece3e 2477:d1ab2e2549d0
    63 	SDL_SRCALPHA    = $00010000;
    63 	SDL_SRCALPHA    = $00010000;
    64 	SDL_INIT_VIDEO  = $00000020;
    64 	SDL_INIT_VIDEO  = $00000020;
    65 	SDL_INIT_AUDIO  = $00000010;
    65 	SDL_INIT_AUDIO  = $00000010;
    66 	SDL_INIT_JOYSTICK = $00000200;
    66 	SDL_INIT_JOYSTICK = $00000200;
    67 
    67 
    68 	SDL_APPINPUTFOCUS=$00000010;
    68 	SDL_APPINPUTFOCUS=$00000002;
    69 
    69 
    70 {$IFDEF SDL13}
    70 {$IFDEF SDL13}
    71 	SDL_ASYNCBLIT   = $08000000;
    71 	SDL_ASYNCBLIT   = $08000000;
    72 	SDL_ANYFORMAT   = $10000000;
    72 	SDL_ANYFORMAT   = $10000000;
    73 	SDL_HWPALETTE   = $00200000;
    73 	SDL_HWPALETTE   = $00200000;