From f351395c4638b201359f6b1689cce059078a170f Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 1 Oct 2024 15:10:40 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_render.h | 1 +
include/SDL3/SDL_surface.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h
index 1ea737e9868b3..b2fc45b6347a8 100644
--- a/include/SDL3/SDL_render.h
+++ b/include/SDL3/SDL_render.h
@@ -119,6 +119,7 @@ typedef enum SDL_RendererLogicalPresentation
typedef struct SDL_Renderer SDL_Renderer;
#ifndef SDL_INTERNAL
+
/**
* An efficient driver-specific representation of pixel data
*
diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h
index 0e47d3c49c401..2a758a6d93a94 100644
--- a/include/SDL3/SDL_surface.h
+++ b/include/SDL3/SDL_surface.h
@@ -87,6 +87,7 @@ typedef enum SDL_FlipMode
} SDL_FlipMode;
#ifndef SDL_INTERNAL
+
/**
* A collection of pixels used in software blitting.
*