i3
xcursor.h
Go to the documentation of this file.
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * xcursor.c: libXcursor support for themed cursors.
8  *
9  */
10 #ifndef I3_XCURSOR_CURSOR_H
11 #define I3_XCURSOR_CURSOR_H
12 
13 #include <X11/Xlib.h>
14 
26 };
27 
28 void xcursor_load_cursors(void);
31 
43 void xcursor_set_root_cursor(int cursor_id);
44 
45 #endif
xcursor_cursor_t
Definition: xcursor.h:15
Cursor xcursor_get_cursor(enum xcursor_cursor_t c)
Definition: xcursor.c:66
void xcursor_set_root_cursor(int cursor_id)
Sets the cursor of the root window to the &#39;pointer&#39; cursor.
Definition: xcursor.c:59
void xcursor_load_cursors(void)
Definition: xcursor.c:36
int xcursor_get_xcb_cursor(enum xcursor_cursor_t c)
Definition: xcursor.c:71