LibGUI/WindowServer: Send window move events
This commit is contained in:
@@ -71,6 +71,7 @@ private:
|
||||
void add_damaged_area_impl(Rectangle area);
|
||||
|
||||
bool resize_window(BAN::RefPtr<Window> window, uint32_t width, uint32_t height);
|
||||
void move_window(BAN::RefPtr<Window> window, int32_t x, int32_t y);
|
||||
|
||||
BAN::RefPtr<Window> find_window_with_fd(int fd) const;
|
||||
BAN::RefPtr<Window> find_hovered_window() const;
|
||||
|
||||
Reference in New Issue
Block a user