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