HelenOS sources

ds_window_post_pos_event  519 uspace/srv/hid/display/seat.c 		rc = ds_window_post_pos_event(seat->popup, event);
ds_window_post_pos_event  525 uspace/srv/hid/display/seat.c 		rc = ds_window_post_pos_event(seat->focus, event);
ds_window_post_pos_event  543 uspace/srv/hid/display/seat.c 			rc = ds_window_post_pos_event(wnd, event);
ds_window_post_pos_event  593 uspace/srv/hid/display/test/window.c 	rc = ds_window_post_pos_event(wnd, &event);
ds_window_post_pos_event  601 uspace/srv/hid/display/test/window.c 	rc = ds_window_post_pos_event(wnd, &event);
ds_window_post_pos_event  613 uspace/srv/hid/display/test/window.c 	rc = ds_window_post_pos_event(wnd, &event);
ds_window_post_pos_event   62 uspace/srv/hid/display/window.h extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *);
HelenOS homepage, sources at GitHub