Lines Matching refs:rfbClient
30 static rfbBool resize(rfbClient* client) { in resize()
176 static uint32_t get(rfbClient *cl, int x, int y) in get()
200 static void resizeRectangleToReal(rfbClient *cl, int x, int y, int w, int h) in resizeRectangleToReal()
238 static void update(rfbClient* cl,int x,int y,int w,int h) { in update()
251 static void setRealDimension(rfbClient *client, int w, int h) in setRealDimension()
294 static void kbd_leds(rfbClient* cl, int value, int pad) { in kbd_leds()
301 static void text_chat(rfbClient* cl, int value, char *text) { in text_chat()
361 static void cleanup(rfbClient* cl) in cleanup()
374 static rfbBool handleSDLEvent(rfbClient *cl, SDL_Event *e) in handleSDLEvent()
472 static void got_selection(rfbClient *cl, const char *text, int len) in got_selection()
483 rfbClient* cl; in main()