x11: Add a mention of #1366 in the ChangeLog.

This commit is contained in:
Emmanuel Gil Peyrot 2018-11-03 14:20:16 +01:00
parent 62993d9391
commit cc3552465d

View File

@ -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)