protocols/cursor-shape: impl version 2 (#12270)
This commit is contained in:
parent
f11cf6f1de
commit
bb963fb002
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue