Browse Source

Sync SDL3 wiki -> header

SDL Wiki Bot 10 months ago
parent
commit
f351395c46
2 changed files with 2 additions and 0 deletions
  1. 1 0
      include/SDL3/SDL_render.h
  2. 1 0
      include/SDL3/SDL_surface.h

+ 1 - 0
include/SDL3/SDL_render.h

@@ -119,6 +119,7 @@ typedef enum SDL_RendererLogicalPresentation
 typedef struct SDL_Renderer SDL_Renderer;
 typedef struct SDL_Renderer SDL_Renderer;
 
 
 #ifndef SDL_INTERNAL
 #ifndef SDL_INTERNAL
+
 /**
 /**
  * An efficient driver-specific representation of pixel data
  * An efficient driver-specific representation of pixel data
  *
  *

+ 1 - 0
include/SDL3/SDL_surface.h

@@ -87,6 +87,7 @@ typedef enum SDL_FlipMode
 } SDL_FlipMode;
 } SDL_FlipMode;
 
 
 #ifndef SDL_INTERNAL
 #ifndef SDL_INTERNAL
+
 /**
 /**
  * A collection of pixels used in software blitting.
  * A collection of pixels used in software blitting.
  *
  *