mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 21:47:43 +00:00
WindowServer: Add WM_SetActiveWindow client request and use it in Taskbar.
This makes it possible for Taskbar to switch windows. :^)
This commit is contained in:
parent
8a50218190
commit
ce7341be87
7 changed files with 58 additions and 1 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue