http://bugs.winehq.org/show_bug.cgi?id=31370
--- Comment #23 from hash HASH.DuOrden@gmail.com 2012-08-14 09:21:31 CDT --- This I get with wine compiled without your commit: xprop _NET_WM_STATE _NET_WM_STATE(ATOM) = _NET_WM_STATE_FULLSCREEN And this with your commit in place: xprop _NET_WM_STATE _NET_WM_STATE(ATOM) = And so compiz cannot handle it like a normal fullscreen window because there is no _NET_WM_STATE_FULLSCREEN so it isn't a WM fault.
And I guess I know why it's all works for you, if you tested it under compiz then it is works when "legacy fullscreen workaround" in the workarounds plugin is set, but it shouldn't because this breaks practically all KDE4 applications.
PS: I've found this bunch of links: https://bugzilla.redhat.com/show_bug.cgi?id=623191 https://issues.apache.org/ooo/show_bug.cgi?id=110881 Please pay special attention to: https://issues.apache.org/ooo/show_bug.cgi?id=110881#c8 and to: https://issues.apache.org/ooo/show_bug.cgi?id=110881#c19
PPS: I still waiting to see explanation to why this commit have been made in first place.