WindowServer: Validate cursor type in SetWindowCursor message handler

Fixes #4536.
This commit is contained in:
Linus Groh 2020-12-25 22:45:47 +01:00 committed by Andreas Kling
commit d8899ea65b
Notes: sideshowbarker 2024-07-19 00:36:25 +09:00
3 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,7 @@ enum class StandardCursor {
Drag,
Move,
Wait,
__Count,
};
}