fix: process damage notify event

This commit is contained in:
2025-12-19 16:03:06 +08:00
parent 0be1e76ba2
commit cc79c9b9e2
3 changed files with 15 additions and 9 deletions

View File

@@ -76,5 +76,5 @@ Q_SIGNALS:
private:
TrayManager1Adaptor * m_adaptor;
QHash<xcb_window_t, bool> m_icons;
QHash<xcb_window_t, bool> m_icons; // <winid, enableNotify>
};