SDL: WhatsNew.txt: Added SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR

From 46616af722f299b56e68e418be179aa4c1408c54 Mon Sep 17 00:00:00 2001
From: Ethan Lee <[EMAIL REDACTED]>
Date: Tue, 12 Apr 2022 11:53:40 -0400
Subject: [PATCH] WhatsNew.txt: Added SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR

---
 WhatsNew.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/WhatsNew.txt b/WhatsNew.txt
index 612978a783e..ca9d411b5f0 100644
--- a/WhatsNew.txt
+++ b/WhatsNew.txt
@@ -31,6 +31,7 @@ Windows:
 
 Linux:
 * Added the hint SDL_HINT_X11_WINDOW_TYPE to specify the _NET_WM_WINDOW_TYPE of SDL windows
+* Added the hint SDL_HINT_VIDEO_WAYLAND_PREFER_LIBDECOR to allow using libdecor with compositors that support xdg-decoration
 
 Android:
 * Added SDL_AndroidSendMessage() to send a custom command to the SDL java activity