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:
parent
bba21adae3
commit
244d5bcce1
9 changed files with 78 additions and 78 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue