HelenOS sources

ds_window_post_pos_event  604 uspace/srv/hid/display/seat.c 		rc = ds_window_post_pos_event(cwindow, event);
ds_window_post_pos_event  613 uspace/srv/hid/display/seat.c 		rc = ds_window_post_pos_event(pwindow, 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