protocols/cursor-shape: impl version 2 (#12270)

This commit is contained in:
Honkazel 2025-11-30 20:05:31 +05:00 committed by GitHub
parent f11cf6f1de
commit bb963fb002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#include <array>
// clang-format off
constexpr std::array<const char*, 35> CURSOR_SHAPE_NAMES = {
constexpr std::array<const char*, 37> CURSOR_SHAPE_NAMES = {
"invalid",
"default",
"context-menu",
@ -39,5 +39,7 @@ constexpr std::array<const char*, 35> CURSOR_SHAPE_NAMES = {
"all-scroll",
"zoom-in",
"zoom-out",
"dnd-ask",
"all-resize"
};
// clang-format on