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>
This commit is contained in:
JiDe Zhang 2021-05-25 13:09:58 +08:00
parent 3126be7231
commit c0138b02a2

View File

@ -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"},