Searched refs:HandleKeyboardLedState (Results 1 – 6 of 6) sorted by relevance
127 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()188 client->HandleKeyboardLedState = (HandleKeyboardLedStateProc)DummyPoint; in rfbGetClient()
1797 if (client->HandleKeyboardLedState!=NULL) in HandleRFBServerMessage()1798 client->HandleKeyboardLedState(client, rect.r.x, 0); in HandleRFBServerMessage()
284 HandleKeyboardLedStateProc HandleKeyboardLedState; member
523 cl->HandleKeyboardLedState=kbd_leds; in main()
644 cl->HandleKeyboardLedState = kbd_leds; in main()
1503 client->HandleKeyboardLedState = NULL; in vnc_reflect_guess()