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

WindowServer: More event -> message renaming.

This commit is contained in:
Andreas Kling 2019-01-26 05:35:45 +01:00
parent bba21adae3
commit 244d5bcce1
9 changed files with 78 additions and 78 deletions

View file

@ -48,7 +48,7 @@ private:
void set_active_window(WSWindow*);
virtual void event(WSMessage&) override;
virtual void on_message(WSMessage&) override;
void compose();
void paint_window_frame(WSWindow&);