mirror of
https://github.com/hyprwm/Hypr.git
synced 2025-02-18 08:42:06 +01:00
8 lines
No EOL
144 B
C++
8 lines
No EOL
144 B
C++
#pragma once
|
|
|
|
class CTrayClient {
|
|
public:
|
|
uint32_t window = 0;
|
|
int XEVer = -1;
|
|
bool hidden = false;
|
|
}; |