diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-04 01:44:35 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-04 01:44:35 +0200 |
commit | 96104b55249ad0201b1be805e1874c759fdd0ac9 (patch) | |
tree | e56bc509d217f8e618a729b835ebd92b8bb6c16c /LibGUI/GEventLoop.h | |
parent | ea801a99dcd2f00e048f107e89d29fd07d7f018b (diff) | |
download | serenity-96104b55249ad0201b1be805e1874c759fdd0ac9.zip |
Taskbar: More bringup work. We now see a basic window list.
Diffstat (limited to 'LibGUI/GEventLoop.h')
-rw-r--r-- | LibGUI/GEventLoop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibGUI/GEventLoop.h b/LibGUI/GEventLoop.h index 51214215ef..f32bba887f 100644 --- a/LibGUI/GEventLoop.h +++ b/LibGUI/GEventLoop.h @@ -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(); |