Cleanup: add missing cursor entries for Wayland

This commit is contained in:
Campbell Barton
2024-07-26 17:07:10 +10:00
parent 09cb2be159
commit b73d8595bb

View File

@@ -2159,6 +2159,9 @@ static const GWL_Cursor_ShapeInfo ghost_wl_cursors = []() -> GWL_Cursor_ShapeInf
CASE_CURSOR(GHOST_kStandardCursorBottomRightCorner, "bottom_right_corner");
CASE_CURSOR(GHOST_kStandardCursorBottomLeftCorner, "bottom_left_corner");
CASE_CURSOR(GHOST_kStandardCursorCopy, "copy");
CASE_CURSOR(GHOST_kStandardCursorLeftHandle, "");
CASE_CURSOR(GHOST_kStandardCursorRightHandle, "");
CASE_CURSOR(GHOST_kStandardCursorBothHandles, "");
CASE_CURSOR(GHOST_kStandardCursorCustom, "");
}
#undef CASE_CURSOR