mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-06-20 12:00:57 +02:00
Fix hiding when clicking minimize
This commit is contained in:
@@ -486,6 +486,8 @@ void WindowCtrlUnix::hideWindow( quint64 window, bool hide )
|
||||
SendEvent( m_display, window, "_NET_WM_STATE", _NET_WM_STATE_REMOVE, _ATOM_SKIP_TASKBAR );
|
||||
SendEvent( m_display, window, "_NET_WM_STATE", _NET_WM_STATE_REMOVE, _ATOM_SKIP_PAGER );
|
||||
}
|
||||
|
||||
Flush( m_display );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user