fix(tray): Target correct atom
This commit is contained in:
parent
94298741b6
commit
fe03570b5a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ class traymanager
|
||||||
m_log.trace("tray: Set window _NET_SYSTEM_TRAY_VISUAL");
|
m_log.trace("tray: Set window _NET_SYSTEM_TRAY_VISUAL");
|
||||||
const uint32_t values2[1]{m_connection.screen()->root_visual};
|
const uint32_t values2[1]{m_connection.screen()->root_visual};
|
||||||
m_connection.change_property_checked(XCB_PROP_MODE_REPLACE, m_tray,
|
m_connection.change_property_checked(XCB_PROP_MODE_REPLACE, m_tray,
|
||||||
_NET_SYSTEM_TRAY_ORIENTATION, XCB_ATOM_VISUALID, 32, 1, values2);
|
_NET_SYSTEM_TRAY_VISUAL, XCB_ATOM_VISUALID, 32, 1, values2);
|
||||||
|
|
||||||
m_log.trace("tray: Set window _NET_WM_PID");
|
m_log.trace("tray: Set window _NET_WM_PID");
|
||||||
int pid = getpid();
|
int pid = getpid();
|
||||||
|
|
Loading…
Reference in a new issue