https://bugs.winehq.org/show_bug.cgi?id=48462
--- Comment #11 from RĂ©mi Bernon rbernon@codeweavers.com --- I don't know about wmii, the logs do not show the expected messages so it may not support the required extension. It's possible to be sure of that by using "xev -root -event property" and checking if there's any _NET_ACTIVE_WINDOW property change when switching between applications.
If that's not the case then the patches won't work at all, even with virtual desktop mode. There's another way to implement the fix for the virtual desktop mode, which I'm going to implement as a quick workaround.
For the other mode it's going to be much harder, as the proper fix will require to reconcile Wine and X11 focus state together. Addressing WMs that do not support this extension will only make things worse.