drag: check min size for reisze drags

fixes #4920
This commit is contained in:
Vaxry 2024-03-02 15:25:32 +00:00
parent 52db216608
commit 8811f4b69a
3 changed files with 17 additions and 1 deletions

View file

@ -27,6 +27,7 @@ class CHyprXWaylandManager {
void moveXWaylandWindow(CWindow*, const Vector2D&);
void checkBorders(CWindow*);
Vector2D getMaxSizeForWindow(CWindow*);
Vector2D getMinSizeForWindow(CWindow*);
Vector2D xwaylandToWaylandCoords(const Vector2D&);
};