[PATCH] comctl32/listview: Don't send LVN_ENDLABELEDIT twice under some circumstances

Fabian Maurer dark.shadow4 at web.de
Sat Aug 25 15:19:56 CDT 2018


Looking at the code again, it does seem quite inconvenient to mask 
bDoChangeNotify.

> bOldChange = infoPtr->bDoChangeNotify;
> if (infoPtr->dwStyle & LVS_OWNERDATA) infoPtr->bDoChangeNotify = FALSE;
> ...
> infoPtr->bDoChangeNotify = bOldChange;

I'm not sure, how could I do this in a nice way with a bitmask?

Regards,
Fabian Maurer


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180825/6686de62/attachment.html>


More information about the wine-devel mailing list