dwindle fixes

This commit is contained in:
vaxerski
2022-03-20 18:31:58 +01:00
parent 06114e728d
commit 1f639f2aba
3 changed files with 15 additions and 15 deletions

View File

@@ -71,6 +71,7 @@ public:
bool windowValidMapped(CWindow*);
CWindow* vectorToWindow(const Vector2D&);
CWindow* vectorToWindowIdeal(const Vector2D&);
CWindow* vectorToWindowTiled(const Vector2D&);
wlr_surface* vectorToLayerSurface(const Vector2D&, std::list<SLayerSurface*>*, Vector2D*);
CWindow* windowFromCursor();
CWindow* windowFloatingFromCursor();