Added patch to ignore width/height passed to edit control in WM_SIZE message.

This commit is contained in:
Sebastian Lackner
2015-09-27 15:33:11 +02:00
parent 8a0c14b145
commit e499f1c187
5 changed files with 59 additions and 1 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ wine-staging (1.7.52) UNRELEASED; urgency=low
* Added patch to reduce stack usage of virtual memory functions.
* Added patch to fix calculation of listbox size when horizontal scrollbar is
present.
* Added patch to ignore width/height passed to edit control in WM_SIZE
message.
* Removed patch to fix possible memory leak in netprofm init_networks (fixed
upstream).
* Removed patch for stub of dwmapi.DwmUpdateThumbnailProperties (accepted