xdgshell: bump to 6, send suspended states

This commit is contained in:
vaxerski
2023-12-23 22:30:49 +01:00
parent 5c7e23f86b
commit d5811283d2
5 changed files with 32 additions and 2 deletions

View File

@@ -367,6 +367,7 @@ class CWindow {
float rounding();
bool canBeTorn();
bool shouldSendFullscreenState();
void setSuspended(bool suspend);
int getRealBorderSize();
void updateSpecialRenderData();
@@ -392,7 +393,8 @@ class CWindow {
private:
// For hidden windows and stuff
bool m_bHidden = false;
bool m_bHidden = false;
bool m_bSuspended = false;
};
/**