mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:37:35 +00:00
WindowServer: Add missing WSAPITypes.h include in WSClientConnection.h
This commit is contained in:
parent
b3fe9cde52
commit
8ed078e5b2
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <LibCore/CObject.h>
|
#include <LibCore/CObject.h>
|
||||||
#include <LibCore/CoreIPCServer.h>
|
#include <LibCore/CoreIPCServer.h>
|
||||||
#include <LibDraw/GraphicsBitmap.h>
|
#include <LibDraw/GraphicsBitmap.h>
|
||||||
|
#include <WindowServer/WSAPITypes.h>
|
||||||
#include <WindowServer/WSEvent.h>
|
#include <WindowServer/WSEvent.h>
|
||||||
|
|
||||||
class WSWindow;
|
class WSWindow;
|
||||||
|
@ -35,7 +36,6 @@ public:
|
||||||
void notify_about_new_screen_rect(const Rect&);
|
void notify_about_new_screen_rect(const Rect&);
|
||||||
void post_paint_message(WSWindow&);
|
void post_paint_message(WSWindow&);
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual void event(CEvent&) override;
|
virtual void event(CEvent&) override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue