1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

Small refactor.

This commit is contained in:
Andreas Kling 2018-10-12 01:20:06 +02:00
parent 02f4d6ef8e
commit f2fa7b615f
3 changed files with 35 additions and 18 deletions

View file

@ -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&);