summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiDe Zhang <zhangjide@uniontech.com>2021-05-25 13:09:58 +0800
committerJiDe Zhang <zhangjide@uniontech.com>2021-06-11 08:39:33 +0000
commit94e68d506ab9b94ec11786553a220abe4b52503e (patch)
tree10ddd2210d9909ce0279838f8b52c20e17d988bd
parente2df5571613f09248d26c57ccab19f85286ab6d1 (diff)
Add BlankCursor for cursor names map
BlankCursor => "blank" Pick-to: 6.1 6.0 5.15 Change-Id: I9337f0615f84bb82bc722d24416e97799309b3e5 Reviewed-by: Liang Qi <liang.qi@qt.io>
-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"},