diff src/video/photon/SDL_photon_render.h @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents cad1aefa2ed9
children dd105b317335
line wrap: on
line diff
--- a/src/video/photon/SDL_photon_render.h	Fri May 15 15:47:37 2009 +0000
+++ b/src/video/photon/SDL_photon_render.h	Sat May 23 22:41:08 2009 +0000
@@ -35,11 +35,11 @@
 
 typedef struct SDL_RenderData
 {
-   SDL_Window*        window;        /* SDL window type                    */
-   SDL_bool           enable_vsync;  /* VSYNC flip synchronization enable  */
-   uint32_t           surface_visible_idx; /* Index of visible surface     */
-   uint32_t           surface_render_idx;  /* Index of render surface      */
-   uint32_t           surfaces_count;      /* Amount of allocated surfaces */
+    SDL_Window *window;         /* SDL window type                    */
+    SDL_bool enable_vsync;      /* VSYNC flip synchronization enable  */
+    uint32_t surface_visible_idx;       /* Index of visible surface     */
+    uint32_t surface_render_idx;        /* Index of render surface      */
+    uint32_t surfaces_count;    /* Amount of allocated surfaces */
 } SDL_RenderData;
 
 typedef struct SDL_TextureData