hedgewars/SDLh.pas
changeset 5018 cede79695460
parent 5004 2efa6a414518
child 5041 3dc6ad20cbfe
--- a/hedgewars/SDLh.pas	Thu Mar 17 16:42:59 2011 +0100
+++ b/hedgewars/SDLh.pas	Thu Mar 17 22:35:46 2011 +0100
@@ -184,6 +184,9 @@
     SDL_WINDOWEVENT_FOCUS_GAINED = 11;   //*< Window has gained keyboard focus
     SDL_WINDOWEVENT_FOCUS_LOST   = 12;   //*< Window has lost keyboard focus
     SDL_WINDOWEVENT_CLOSE        = 13;   //*< The window manager requests that the window be closed */
+
+    SDL_RENDERER_ACCELERATED  = $00000001;   //*< The renderer uses hardware acceleration
+    SDL_RENDERER_PRESENTVSYNC = $00000002;   //*< Present is synchronized with the refresh rate
 {$ELSE}
     // SDL_Event types
     SDL_NOEVENT         = 0;