mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:05:58 +01:00
respect ls protocol by forcing kb focus to kb interactive top and overlay
This commit is contained in:
parent
e7940569dd
commit
0f3214714f
1 changed files with 10 additions and 2 deletions
|
@ -908,6 +908,14 @@ wlr_surface* CCompositor::vectorToLayerSurface(const Vector2D& pos, std::vector<
|
||||||
SURFACEAT = (*it)->layerSurface->surface;
|
SURFACEAT = (*it)->layerSurface->surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((*it)->layerSurface->current.keyboard_interactive && (*it)->layer >= ZWLR_LAYER_SHELL_V1_LAYER_TOP) {
|
||||||
|
if (!SURFACEAT)
|
||||||
|
SURFACEAT = (*it)->layerSurface->surface;
|
||||||
|
|
||||||
|
*ppLayerSurfaceFound = it->get();
|
||||||
|
return SURFACEAT;
|
||||||
|
}
|
||||||
|
|
||||||
if (SURFACEAT) {
|
if (SURFACEAT) {
|
||||||
*ppLayerSurfaceFound = it->get();
|
*ppLayerSurfaceFound = it->get();
|
||||||
return SURFACEAT;
|
return SURFACEAT;
|
||||||
|
|
Loading…
Reference in a new issue