[PATCH] user32: Fix RealGetWindowClass() to return what it's supposed to for same process windows (try4)

Nikolay Sivov nsivov at codeweavers.com
Wed Feb 19 23:19:33 CST 2014


try4: store pointer to class description instead of index

---
 dlls/user32/button.c      |   1 +
 dlls/user32/class.c       |  54 ++++++++++++++++++--
 dlls/user32/combo.c       |   1 +
 dlls/user32/defdlg.c      |   1 +
 dlls/user32/edit.c        |   1 +
 dlls/user32/listbox.c     |   2 +
 dlls/user32/mdi.c         |   1 +
 dlls/user32/scroll.c      |   2 +-
 dlls/user32/static.c      |   2 +
 dlls/user32/tests/class.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++
 dlls/user32/win.c         |   8 +++
 dlls/user32/win.h         |   3 ++
 12 files changed, 193 insertions(+), 5 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-Fix-RealGetWindowClass-to-return-what-it-s-su.patch
Type: text/x-patch
Size: 13489 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140220/3a5ffab3/attachment.bin>


More information about the wine-patches mailing list