diff src/video/qnxgf/SDL_gf_render.h @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents cad1aefa2ed9
children f7b03b6838cb
line wrap: on
line diff
--- a/src/video/qnxgf/SDL_gf_render.h	Fri May 15 15:47:37 2009 +0000
+++ b/src/video/qnxgf/SDL_gf_render.h	Sat May 23 22:41:08 2009 +0000
@@ -35,19 +35,19 @@
 
 typedef struct SDL_RenderData
 {
-   SDL_Window*        window;        /* SDL window type                    */
-   SDL_bool           enable_vsync;  /* VSYNC flip synchronization enable  */
-   gf_surface_t       surface[SDL_GF_MAX_SURFACES]; /* Surface handles     */
-   gf_surface_info_t  surface_info[SDL_GF_MAX_SURFACES]; /* Surface info   */
-   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  */
+    gf_surface_t surface[SDL_GF_MAX_SURFACES];  /* Surface handles     */
+    gf_surface_info_t surface_info[SDL_GF_MAX_SURFACES];        /* Surface info   */
+    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
 {
-   gf_surface_t       surface;
-   gf_surface_info_t  surface_info;
+    gf_surface_t surface;
+    gf_surface_info_t surface_info;
 } SDL_TextureData;
 
 extern void gf_addrenderdriver(_THIS);