layersurface: fixup focus issues in onUnmap

fixes #6929
This commit is contained in:
vaxerski 2024-07-27 15:03:52 +02:00
parent 534fdb5a37
commit 963816b9a6
3 changed files with 14 additions and 1 deletions

View file

@ -39,6 +39,7 @@ class CWLSurface {
Vector2D getViewporterCorrectedSize() const;
CRegion computeDamage() const; // logical coordinates. May be wrong if the surface is unassigned
bool visible();
bool keyboardFocusable() const;
// getters for owners.
PHLWINDOW getWindow() const;