mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:37:42 +00:00
WindowServer: Add support for per-window override cursors.
Use this to implement automatic switching to an I-beam cursor when hovering over a GTextEditor. :^)
This commit is contained in:
parent
42c95959a8
commit
dcf6726487
13 changed files with 110 additions and 0 deletions
|
@ -64,6 +64,7 @@ private:
|
|||
void handle_request(WSAPISetWindowOpacityRequest&);
|
||||
void handle_request(WSAPISetWallpaperRequest&);
|
||||
void handle_request(WSAPIGetWallpaperRequest&);
|
||||
void handle_request(WSAPISetWindowOverrideCursorRequest&);
|
||||
|
||||
void post_error(const String&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue