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

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ wine-staging (1.7.34) UNRELEASED; urgency=low
* Fix issue in DOS Attributes patch which broke ./configure on systems with alternative shells.
* Added patch to fix handling of subdirectory in FtpFindFirstFile.
* Added patch to return proper charcount for GetLocaleInfo with LOCALE_IFIRSTDAYOFWEEK.
* Added patch to ensure X11 input events are handled even without explicit message loop.
* Removed patch to implement combase HSTRING objects (accepted upstream).
* Removed patch to add fake ProductId to registry (accepted upstream).
* Removed patch to implement stubs for MFStartup and MFShutdown (accepted upstream).