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-2013 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * xcursor.c: libXcursor support for themed cursors.
8  *
9  */
10 #pragma once
11 
12 #include <xcb/xcb_cursor.h>
13 
25 };
26 
27 void xcursor_load_cursors(void);
28 xcb_cursor_t xcursor_get_cursor(enum xcursor_cursor_t c);
30 
42 void xcursor_set_root_cursor(int cursor_id);
int xcursor_get_xcb_cursor(enum xcursor_cursor_t c)
Definition: xcursor.c:67
xcursor_cursor_t
Definition: xcursor.h:14
xcb_cursor_t xcursor_get_cursor(enum xcursor_cursor_t c)
Definition: xcursor.c:62
void xcursor_set_root_cursor(int cursor_id)
Sets the cursor of the root window to the &#39;pointer&#39; cursor.
Definition: xcursor.c:57
void xcursor_load_cursors(void)
Definition: xcursor.c:28