fix: ignore reserved in getWindowInDirection

This commit is contained in:
vaxerski
2022-06-23 20:39:48 +02:00
parent ae60075226
commit f76b9c4852
3 changed files with 36 additions and 4 deletions

View File

@@ -108,5 +108,6 @@ public:
// methods
wlr_box getFullWindowBoundingBox();
wlr_box getWindowIdealBoundingBoxIgnoreReserved();
};