mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 20:13:49 -07:00
fix crash in toplevel set appid
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user