Add the cell pointer shape

This commit is contained in:
Kovid Goyal
2023-10-16 20:33:12 +05:30
parent 870522a792
commit 187fa996f8
13 changed files with 42 additions and 22 deletions

View File

@@ -78,6 +78,7 @@ typedef enum MouseShapes {
WAIT_POINTER,
PROGRESS_POINTER,
CROSSHAIR_POINTER,
CELL_POINTER,
VERTICAL_TEXT_POINTER,
MOVE_POINTER,
E_RESIZE_POINTER,