On Sun, Nov 28, 2021 at 1:59 PM Connor McAdams conmanx360@gmail.com wrote:
Hi, are you sure this doesn't introduce new failures on wine, WRT HCBT_SETFOCUS hooks? I sent a patch for this back in October, and it had issues with those. https://www.winehq.org/pipermail/wine-devel/2021-October/197568.html
Thanks for the link, I wasn't aware of your previous patches for this issue. My patch is not as ambitious as yours: It only sends EVENT_OBJECT_FOCUS in one place, and only if another window previously had focus. I didn't do anything more comprehensive precisely because I wanted to be sure that the patch wouldn't break any tests.
-Alex