diff options
Diffstat (limited to 'Servers/WindowServer/WSClientConnection.h')
-rw-r--r-- | Servers/WindowServer/WSClientConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Servers/WindowServer/WSClientConnection.h b/Servers/WindowServer/WSClientConnection.h index 2fed8f1915..1d2e3dd159 100644 --- a/Servers/WindowServer/WSClientConnection.h +++ b/Servers/WindowServer/WSClientConnection.h @@ -68,6 +68,7 @@ private: void handle_request(const WSAPISetWallpaperRequest&); void handle_request(const WSAPIGetWallpaperRequest&); void handle_request(const WSAPISetWindowOverrideCursorRequest&); + void handle_request(const WSWMAPISetActiveWindowRequest&); void post_error(const String&); |