]> git.decadent.org.uk Git - ion3.git/blob - ioncore/cursor.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / cursor.h
1 /*
2  * ion/ioncore/cursor.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_CURSOR_H
10 #define ION_IONCORE_CURSOR_H
11
12 #include <X11/Xlib.h>
13 #include <X11/cursorfont.h>
14
15 #define IONCORE_CURSOR_DEFAULT 0
16 #define IONCORE_CURSOR_RESIZE  1
17 #define IONCORE_CURSOR_MOVE    2
18 #define IONCORE_CURSOR_DRAG    3
19 #define IONCORE_CURSOR_WAITKEY 4
20 #define IONCORE_N_CURSORS      5
21
22 extern void ioncore_init_cursors();
23 extern Cursor ioncore_xcursor(int cursor);
24
25 #endif /* ION_IONCORE_CURSOR_H */