From cc3552465de96118d2fae3c80c5f38dbc89d3d52 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 3 Nov 2018 14:20:16 +0100 Subject: [PATCH] x11: Add a mention of #1366 in the ChangeLog. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f77f7b42..d2b25d06 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ information on what to include when reporting a bug. - [X11] Bugfix: Latin-1 text read from selections was not converted to UTF-8 - [X11] Bugfix: NVidia EGL would segfault if unloaded before closing the display - [X11] Bugfix: Checking window maximized attrib could crash some WMs (#1356) +- [X11] Bugfix: Update cursor position on enter event (#1366) - [Linux] Added workaround for missing `SYN_DROPPED` in pre-2.6.39 kernel headers (#1196) - [Linux] Moved to evdev for joystick input (#906,#1005)