layers: fix wonky focus on multimon
This commit is contained in:
parent
cc4ccfdbfd
commit
7fde80f38e
2 changed files with 8 additions and 4 deletions
|
|
@ -21,6 +21,8 @@ struct SLayerSurface {
|
|||
wlr_layer_surface_v1* layerSurface;
|
||||
wl_list link;
|
||||
|
||||
bool keyboardExclusive = false;
|
||||
|
||||
CWLSurface surface;
|
||||
std::list<CWLSurface> popupSurfaces;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue