mirror of
https://github.com/i3/i3.git
synced 2026-02-06 04:45:43 +00:00
Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman)
This commit is contained in:
@ -35,6 +35,6 @@ int xcursor_get_xcb_cursor(enum xcursor_cursor_t c);
|
||||
* races might occur (even though we flush the Xlib connection).
|
||||
*
|
||||
*/
|
||||
void xcursor_set_root_cursor();
|
||||
void xcursor_set_root_cursor(int cursor_id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user