[PATCH] user32: Merge SCROLL_DrawInterior and SCROLL_DrawInterior_9x.

Mark Harmstone hellas at burntcomma.com
Sat Mar 7 11:34:38 CST 2015


The scrollbar-drawing code in user32 contains two nearly-identical functions,
SCROLL_DrawInterior and SCROLL_DrawInterior_9x, the latter of which is only
called when drawing a moving thumb. This patch cleans up the code by merging
them into one function.

---
 dlls/user32/scroll.c | 118 ++++++++-------------------------------------------
 1 file changed, 18 insertions(+), 100 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-merge-SCROLL_DrawInterior-and-SCROLL_DrawInte.patch
Type: text/x-patch
Size: 7711 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150307/7146ed63/attachment.bin>


More information about the wine-patches mailing list