Added patch to ensure X11 input events are handled even without explicit message loop.

This commit is contained in:
Sebastian Lackner
2014-12-18 01:17:09 +01:00
parent 7dac73a69b
commit 2912921b94
5 changed files with 160 additions and 1 deletions

View File

@@ -37,8 +37,9 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [1]:**
**Bugfixes and features included in the next upcoming release [2]:**
* Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854))
* Fix handling of subdirectory in FtpFindFirstFile ([Wine Bug #16526](https://bugs.winehq.org/show_bug.cgi?id=16526))