LibGUI/WindowServer: Implement window showing/hiding

This commit is contained in:
2025-06-25 14:16:56 +03:00
parent bbb490b24f
commit 83069e433f
5 changed files with 85 additions and 84 deletions

View File

@@ -66,6 +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);
private:
struct RangeList
{