mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
WindowServer: Validate cursor type in SetWindowCursor message handler
Fixes #4536.
This commit is contained in:
parent
82f86e35d6
commit
d8899ea65b
Notes:
sideshowbarker
2024-07-19 00:36:25 +09:00
Author: https://github.com/linusg
Commit: d8899ea65b
Pull-request: https://github.com/SerenityOS/serenity/pull/4537
Issue: https://github.com/SerenityOS/serenity/issues/4536
3 changed files with 8 additions and 1 deletions
|
@ -45,6 +45,7 @@ enum class StandardCursor {
|
|||
Drag,
|
||||
Move,
|
||||
Wait,
|
||||
__Count,
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue