InputPopup: fix minor issues, simplify code

(cherry picked from commit c75d32c88b)
This commit is contained in:
Isaac Freund
2024-05-15 18:04:53 +02:00
parent cc5a249e9e
commit fa077d31b4
6 changed files with 119 additions and 159 deletions

View File

@ -99,7 +99,7 @@ layers: struct {
fullscreen: *wlr.SceneTree,
/// Overlay layer shell layer
overlay: *wlr.SceneTree,
/// xdg-popups of views and layer-shell surfaces
/// Popups from xdg-shell and input-method-v2 clients.
popups: *wlr.SceneTree,
},