summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiDe Zhang <zhangjide@uniontech.com>2021-05-25 13:09:58 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-11 09:50:22 +0000
commitc9e02afc1a7660d9aa208d10e67da2745c35566e (patch)
tree5d04b61fb263f9df2d316f8dfccef77802224d59
parent79d234bacb7edc381a7d8afd36a9337b2ea0ed62 (diff)
Add BlankCursor for cursor names map
BlankCursor => "blank" Change-Id: I9337f0615f84bb82bc722d24416e97799309b3e5 Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit 94e68d506ab9b94ec11786553a220abe4b52503e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/client/qwaylandcursor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylandcursor.cpp b/src/client/qwaylandcursor.cpp
index 56caf05e2..92cdfd655 100644
--- a/src/client/qwaylandcursor.cpp
+++ b/src/client/qwaylandcursor.cpp
@@ -120,6 +120,8 @@ wl_cursor *QWaylandCursorTheme::requestCursor(WaylandCursor shape)
{SizeAllCursor, "size_all"},
+ {BlankCursor, "blank"},
+
{SplitVCursor, "split_v"},
{SplitVCursor, "row-resize"},
{SplitVCursor, "sb_v_double_arrow"},