mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
WindowServer: Add missing WSAPITypes.h include in WSClientConnection.h
This commit is contained in:
parent
b3fe9cde52
commit
8ed078e5b2
Notes:
sideshowbarker
2024-07-19 13:02:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8ed078e5b20
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <LibCore/CObject.h>
|
||||
#include <LibCore/CoreIPCServer.h>
|
||||
#include <LibDraw/GraphicsBitmap.h>
|
||||
#include <WindowServer/WSAPITypes.h>
|
||||
#include <WindowServer/WSEvent.h>
|
||||
|
||||
class WSWindow;
|
||||
|
@ -35,7 +36,6 @@ public:
|
|||
void notify_about_new_screen_rect(const Rect&);
|
||||
void post_paint_message(WSWindow&);
|
||||
|
||||
|
||||
private:
|
||||
virtual void event(CEvent&) override;
|
||||
|
||||
|
|
Loading…
Reference in a new issue