From aa51c359e714dd7b8e9a890dd9ec775d98d2f318 Mon Sep 17 00:00:00 2001 From: JiDe Zhang Date: Tue, 25 May 2021 13:09:58 +0800 Subject: Add BlankCursor for cursor names map BlankCursor => "blank" Change-Id: I9337f0615f84bb82bc722d24416e97799309b3e5 Reviewed-by: Liang Qi (cherry picked from commit 94e68d506ab9b94ec11786553a220abe4b52503e) Reviewed-by: Qt Cherry-pick Bot --- src/client/qwaylandcursor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/qwaylandcursor.cpp b/src/client/qwaylandcursor.cpp index e4e729c38..ccf71d29f 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"}, -- cgit v1.2.3