From: Michael Stapelberg Date: Tue, 22 Nov 2011 22:08:22 +0000 (+0000) Subject: Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman) X-Git-Tag: 4.1.1~32^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ea64ae404c38391aa50ec91dbcebdbda9cac833;p=i3%2Fi3 Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman) --- diff --git a/include/xcursor.h b/include/xcursor.h index b512ca23..2a67bcb7 100644 --- a/include/xcursor.h +++ b/include/xcursor.h @@ -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