[PATCH] comctl32: Add themed static control stub.

Mark Harmstone hellas at burntcomma.com
Tue Mar 31 13:37:36 CDT 2015


Patch to add a stub for themed static controls in comctl32. Some provision for
themed statics is necessary, as otherwise they wouldn't be drawn with a
transparent background. Wine currently achieves this by subclassing #32770, the
dialog class, but this appears to be wrong - the global atom table shows
that Microsoft's comctl32 subclasses Static instead.

---
 dlls/comctl32/Makefile.in    |  1 +
 dlls/comctl32/theme_static.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/comctl32/theming.c      |  9 +++++++--
 3 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 dlls/comctl32/theme_static.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-Add-themed-static-control-stub.patch
Type: text/x-patch
Size: 3781 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150331/27a2911d/attachment.bin>


More information about the wine-patches mailing list