summaryrefslogtreecommitdiff
path: root/LibGUI/GEventLoop.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-04 01:44:35 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-04 01:44:35 +0200
commit96104b55249ad0201b1be805e1874c759fdd0ac9 (patch)
treee56bc509d217f8e618a729b835ebd92b8bb6c16c /LibGUI/GEventLoop.h
parentea801a99dcd2f00e048f107e89d29fd07d7f018b (diff)
downloadserenity-96104b55249ad0201b1be805e1874c759fdd0ac9.zip
Taskbar: More bringup work. We now see a basic window list.
Diffstat (limited to 'LibGUI/GEventLoop.h')
-rw-r--r--LibGUI/GEventLoop.h1
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();