-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
According to xprop, Wine is creating the desktop window with _NET_WM_WINDOW_TYPE = _NET_WM_WINDOW_TYPE_DIALOG. This is problematic for me, because of the way my window manager (Matchbox) handles dialogs. Is there a reason that the desktop is not _NET_WM_WINDOW_TYPE_NORMAL?
I have tried to trace this through the code, and I wind up at x11drv/desktop.c, but I don't see any reference to DIALOG there. Alternatively, perhaps it is set with MAKEINTATOM at the top of explorer/desktop.c, but I'm not sure how to interpret that constant.
- --Ben