thunk.h | 250 } thunk_rfb_t; typedef in typeref:struct:__anondca92e2e0808 252 int thunk_rfb_open(thunk_rfb_t *, uint16_t); 253 int thunk_rfb_poll(thunk_rfb_t *, thunk_rfb_event_t *); 254 void thunk_rfb_bell(thunk_rfb_t *); 255 void thunk_rfb_update(thunk_rfb_t *, int, int, int, int); 256 void thunk_rfb_copyrect(thunk_rfb_t *, int, int, int, int, int, int); 257 void thunk_rfb_fillrect(thunk_rfb_t *, int, int, int, int, uint8_t *);
|