Hyprland/src/helpers/Workspace.hpp

9 lines
147 B
C++
Raw Normal View History

2022-03-20 15:55:47 +01:00
#pragma once
#include "../defines.hpp"
struct SWorkspace {
int ID = -1;
uint64_t monitorID = -1;
bool hasFullscreenWindow = false;
};