mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 14:11:59 -07:00
change to lists, titles etc
This commit is contained in:
@@ -15,6 +15,14 @@ struct SLayerSurface {
|
||||
|
||||
wlr_box geometry;
|
||||
zwlr_layer_shell_v1_layer layer;
|
||||
|
||||
int monitorID = -1;
|
||||
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const SLayerSurface& rhs) {
|
||||
return layerSurface == rhs.layerSurface && monitorID == rhs.monitorID;
|
||||
}
|
||||
};
|
||||
|
||||
struct SRenderData {
|
||||
|
Reference in New Issue
Block a user