SDL: Note that the SDL window properties are read-only

From 72036415978ed1de5cc034781e70cdc73f09227c Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 13 Nov 2023 13:58:33 -0800
Subject: [PATCH] Note that the SDL window properties are read-only

---
 include/SDL3/SDL_video.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h
index b0cb063b8187..c12c1115b32e 100644
--- a/include/SDL3/SDL_video.h
+++ b/include/SDL3/SDL_video.h
@@ -902,7 +902,7 @@ extern DECLSPEC SDL_Window *SDLCALL SDL_GetWindowParent(SDL_Window *window);
 /**
  * Get the properties associated with a window.
  *
- * The following properties are provided by SDL:
+ * The following read-only properties are provided by SDL:
  *
  * On Android:
  *