fix xwayland windows grabbing mouse when hidden
This commit is contained in:
parent
f3d703335d
commit
23ec4793e1
5 changed files with 40 additions and 3 deletions
|
|
@ -19,6 +19,7 @@ public:
|
|||
void setWindowStyleTiled(CWindow*, uint32_t);
|
||||
wlr_surface* surfaceAt(CWindow*, const Vector2D&, Vector2D&);
|
||||
bool shouldBeFloated(CWindow*);
|
||||
void moveXWaylandWindow(CWindow*, const Vector2D&);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CHyprXWaylandManager> g_pXWaylandManager;
|
||||
Loading…
Add table
Add a link
Reference in a new issue