mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
WindowServer: More event -> message renaming.
This commit is contained in:
parent
bba21adae3
commit
244d5bcce1
Notes:
sideshowbarker
2024-07-19 15:56:33 +09:00
Author: https://github.com/awesomekling
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