]> git.sur5r.net Git - i3/i3/commitdiff
Fix prototype in include/xcursor.h (Thanks Greg Kroah-Hartman)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Nov 2011 22:08:22 +0000 (22:08 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 22 Nov 2011 22:08:22 +0000 (22:08 +0000)
include/xcursor.h

index b512ca237f7f4a0cc86529a934998cafc7bdf4af..2a67bcb75af31929c7438a46cf7a86d8f6a63a42 100644 (file)
@@ -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