summaryrefslogtreecommitdiff
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 10:20:22 +0000
commitaa51c359e714dd7b8e9a890dd9ec775d98d2f318 (patch)
treebefb9458e8cfe684a555e665ce62f88868b65550
parentf95376c23126f8b90d303e2aed6f9f85b316f7ae (diff)
downloadqtwayland-aa51c359e714dd7b8e9a890dd9ec775d98d2f318.tar.gz
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 e4e729c3..ccf71d29 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"},