Searched refs:cursorY (Results 1 – 5 of 5) sorted by relevance
316 int y = cl->cursorY - cl->screen->cursor->yhot; in rfbScheduleCopyRegion()642 if (x != s->cursorX || y != s->cursorY) { in rfbDefaultPtrAddEvent()645 s->cursorY = y; in rfbDefaultPtrAddEvent()904 screen->cursorX=screen->cursorY=screen->underCursorBufferLen=0; in rfbGetScreen()975 if (screen->cursorY >= height) in rfbNewFramebuffer()976 screen->cursorY = height - 1; in rfbNewFramebuffer()
192 rect.r.y = Swap16IfLE(cl->screen->cursorY); in rfbSendCursorPos()493 y1=cl->cursorY-c->yhot; in rfbHideCursor()546 y1=cl->cursorY-c->yhot; in rfbShowCursor()689 y = cl->cursorY-c->yhot; in rfbRedrawAfterHideCursor()
441 cl->cursorY = rfbScreen->cursorY; in rfbNewTCPOrUDPClient()2850 (cl->cursorX == cl->screen->cursorX && cl->cursorY == cl->screen->cursorY)) && in rfbSendFramebufferUpdate()2905 if(cl->cursorX != cl->screen->cursorX || cl->cursorY != cl->screen->cursorY) { in rfbSendFramebufferUpdate()2909 cl->cursorY = cl->screen->cursorY; in rfbSendFramebufferUpdate()
61 protected int cursorX, cursorY; field in VDUBuffer611 cursorY = l; in setCursorPosition()625 return cursorY; in getCursorRow()
318 int cursorX, cursorY,underCursorBufferLen; member631 int cursorX,cursorY; /**< the coordinates of the cursor, member709 (cl)->cursorY != (cl)->screen->cursorY))) || \