Searched refs:lastKeyboardLedState (Results 1 – 2 of 2) sorted by relevance
417 cl->lastKeyboardLedState = -1; in rfbNewTCPOrUDPClient()874 rect.r.x = Swap16IfLE(cl->lastKeyboardLedState); in rfbSendKeyboardLedState()2632 if (x!=cl->lastKeyboardLedState) in rfbSendFramebufferUpdate()2635 cl->lastKeyboardLedState=x; in rfbSendFramebufferUpdate()
620 … int lastKeyboardLedState; /**< keep track of last value so we can send *change* events */ member