mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Taskbar: More bringup work. We now see a basic window list.
This commit is contained in:
parent
ea801a99dc
commit
96104b5524
20 changed files with 339 additions and 12 deletions
|
@ -60,6 +60,7 @@ private:
|
|||
void handle_window_close_request_event(const WSAPI_ServerMessage&, GWindow&);
|
||||
void handle_menu_event(const WSAPI_ServerMessage&);
|
||||
void handle_window_entered_or_left_event(const WSAPI_ServerMessage&, GWindow&);
|
||||
void handle_wm_event(const WSAPI_ServerMessage&, GWindow&);
|
||||
void get_next_timer_expiration(timeval&);
|
||||
void connect_to_server();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue