mirror of
https://github.com/vale981/Hyprland
synced 2025-03-14 14:36:40 -04:00
9 lines
147 B
C++
9 lines
147 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
struct SWorkspace {
|
||
|
int ID = -1;
|
||
|
uint64_t monitorID = -1;
|
||
|
bool hasFullscreenWindow = false;
|
||
|
};
|