From 2e525193ef485c1d389a9514ab0558bec5840877 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 25 Nov 2015 21:31:02 +0100 Subject: [PATCH] Added SDL_HINT_VIDEO_X11_NET_WM_PING to WhatsNew.txt for 2.0.4. --- WhatsNew.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WhatsNew.txt b/WhatsNew.txt index 1f1067cc7f7c7..856fa9cab9efd 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -65,6 +65,7 @@ Linux: * Enabled building with Mir and Wayland support by default. * Added IBus IME support * Added a hint SDL_HINT_IME_INTERNAL_EDITING to control whether IBus should handle text editing internally instead of sending SDL_TEXTEDITING events +* Added a hint SDL_HINT_VIDEO_X11_NET_WM_PING to allow disabling _NET_WM_PING protocol handling in SDL_CreateWindow() * Added support for multiple audio devices when using Pulseaudio * Fixed duplicate mouse events when using relative mouse motion