HelenOS sources

ds_seat_set_wm_cursor   58 uspace/srv/hid/display/seat.h extern void ds_seat_set_wm_cursor(ds_seat_t *, ds_cursor_t *);
ds_seat_set_wm_cursor  695 uspace/srv/hid/display/test/seat.c 	ds_seat_set_wm_cursor(seat, disp->cursor[dcurs_size_ud]);
ds_seat_set_wm_cursor  696 uspace/srv/hid/display/test/seat.c 	ds_seat_set_wm_cursor(seat, NULL);
ds_seat_set_wm_cursor  551 uspace/srv/hid/display/window.c 	ds_seat_set_wm_cursor(seat, wnd->display->cursor[ctype]);
ds_seat_set_wm_cursor  582 uspace/srv/hid/display/window.c 		ds_seat_set_wm_cursor(seat, NULL);
HelenOS homepage, sources at GitHub