LibGUI/WindowServer: Implement per-window cursor hiding

This commit is contained in:
2025-06-27 14:09:58 +03:00
parent 7dcf1797e9
commit 273e9bbc92
4 changed files with 19 additions and 7 deletions

View File

@@ -66,7 +66,8 @@ private:
bool resize_window(BAN::RefPtr<Window> window, uint32_t width, uint32_t height) const;
BAN::RefPtr<Window> find_window_with_fd(int fd);
BAN::RefPtr<Window> find_window_with_fd(int fd) const;
BAN::RefPtr<Window> find_hovered_window() const;
private:
struct RangeList