r877: Fix files that were missing from a make dist tarball.
[cinelerra_cv.git] / guicast / cursors.h
blobc5ba2acc2b344e5d51cc2d6449d7199129c49242
1 #ifndef CURSORS_H
2 #define CURSORS_H
4 #define ARROW_CURSOR 0
5 #define IBEAM_CURSOR 1
6 #define VSEPARATE_CURSOR 2
7 #define HSEPARATE_CURSOR 3
8 #define MOVE_CURSOR 4
9 #define LEFT_CURSOR 5
10 #define RIGHT_CURSOR 6
11 #define UPRIGHT_ARROW_CURSOR 7
12 #define UPLEFT_RESIZE 8
13 #define UPRIGHT_RESIZE 9
14 #define DOWNLEFT_RESIZE 10
15 #define DOWNRIGHT_RESIZE 11
16 #define CROSS_CURSOR 12
17 #define HOURGLASS_CURSOR 13
18 #define TRANSPARENT_CURSOR 14
20 #endif