fix crash in toplevel set appid

This commit is contained in:
vaxerski
2022-08-06 21:15:50 +02:00
parent 070db65a24
commit 793b23dbe6
2 changed files with 1 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ public:
CAnimatedVariable m_cRealShadowColor;
// for toplevel monitor events
int m_iLastToplevelMonitorID = -1;
uint64_t m_iLastToplevelMonitorID = -1;
// For the list lookup
bool operator==(const CWindow& rhs) {