diff src/video/photon/SDL_photon.h @ 3386:fff074de9675

Photon SDL renderer almost finished, the double/tripple buffering is left only.
author Mike Gorchak <lestat@i.com.ua>
date Mon, 12 Oct 2009 11:45:01 +0000
parents 04af265172f9
children 05499ec8c022
line wrap: on
line diff
--- a/src/video/photon/SDL_photon.h	Mon Oct 12 09:42:50 2009 +0000
+++ b/src/video/photon/SDL_photon.h	Mon Oct 12 11:45:01 2009 +0000
@@ -68,8 +68,8 @@
 #define SDL_VIDEO_PHOTON_EVENT_SIZE 8192
 
 /* Current video mode graphics capabilities */
-#define SDL_VIDEO_CAP_ALPHA_BLEND 0x00000001
-#define SDL_VIDEO_CAP_SCALED_BLIT 0x00000002
+#define SDL_VIDEO_PHOTON_CAP_ALPHA_BLEND 0x00000001
+#define SDL_VIDEO_PHOTON_CAP_SCALED_BLIT 0x00000002
 
 typedef struct SDL_DisplayData
 {