Remove trailing spaces
This commit is contained in:
parent
0776f1e106
commit
9e7ca41f58
6 changed files with 92 additions and 91 deletions
|
@ -646,8 +646,8 @@ typedef enum {
|
|||
typedef enum {
|
||||
MOUSE_CURSOR_DEFAULT = 0, // Default pointer shape
|
||||
MOUSE_CURSOR_ARROW = 1, // Arrow shape
|
||||
MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape
|
||||
MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape
|
||||
MOUSE_CURSOR_IBEAM = 2, // Text writing cursor shape
|
||||
MOUSE_CURSOR_CROSSHAIR = 3, // Cross shape
|
||||
MOUSE_CURSOR_POINTING_HAND = 4, // Pointing hand cursor
|
||||
MOUSE_CURSOR_RESIZE_EW = 5, // Horizontal resize/move arrow shape
|
||||
MOUSE_CURSOR_RESIZE_NS = 6, // Vertical resize/move arrow shape
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue