mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Small refactor.
This commit is contained in:
parent
02f4d6ef8e
commit
f2fa7b615f
3 changed files with 35 additions and 18 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "Rect.h"
|
||||
#include <AK/HashTable.h>
|
||||
|
||||
class MouseEvent;
|
||||
class Widget;
|
||||
class Window;
|
||||
|
||||
|
@ -24,6 +25,8 @@ private:
|
|||
WindowManager();
|
||||
~WindowManager();
|
||||
|
||||
void processMouseEvent(MouseEvent&);
|
||||
|
||||
virtual void event(Event&) override;
|
||||
|
||||
void paintWindowFrame(Window&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue