xwin: Add SKIPTASKBAR hint to _NET_WM_WINDOW_TYPE_DOCK type windows
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
e7f87f8f76
commit
f7d1e5acdf
|
@ -1765,7 +1765,7 @@ winApplyHints(Display * pDisplay, Window iWindow, HWND hWnd, HWND * zstyle)
|
|||
(unsigned char **) &pAtom) == Success) {
|
||||
if (pAtom && nitems == 1) {
|
||||
if (*pAtom == dockWindow) {
|
||||
hint = (hint & ~HINT_NOFRAME) | HINT_SIZEBOX; /* Xming puts a sizebox on dock windows */
|
||||
hint = (hint & ~HINT_NOFRAME) | HINT_SKIPTASKBAR | HINT_SIZEBOX;
|
||||
*zstyle = HWND_TOPMOST;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue