mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
WindowServer: Validate cursor type in SetWindowCursor message handler
Fixes #4536.
This commit is contained in:
parent
82f86e35d6
commit
d8899ea65b
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