Searched refs:cursorX (Results 1 – 5 of 5) sorted by relevance
315 int x = cl->cursorX - cl->screen->cursor->xhot; in rfbScheduleCopyRegion()642 if (x != s->cursorX || y != s->cursorY) { in rfbDefaultPtrAddEvent()644 s->cursorX = x; in rfbDefaultPtrAddEvent()904 screen->cursorX=screen->cursorY=screen->underCursorBufferLen=0; in rfbGetScreen()973 if (screen->cursorX >= width) in rfbNewFramebuffer()974 screen->cursorX = width - 1; in rfbNewFramebuffer()
191 rect.r.x = Swap16IfLE(cl->screen->cursorX); in rfbSendCursorPos()485 x1=cl->cursorX-c->xhot; in rfbHideCursor()537 x1=cl->cursorX-c->xhot; in rfbShowCursor()688 x = cl->cursorX-c->xhot; in rfbRedrawAfterHideCursor()
440 cl->cursorX = rfbScreen->cursorX; 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()2908 cl->cursorX = cl->screen->cursorX; in rfbSendFramebufferUpdate()
60 protected int cursorX, cursorY; field in VDUBuffer609 cursorX = c; in setCursorPosition()617 return cursorX; in getCursorColumn()
318 int cursorX, cursorY,underCursorBufferLen; member631 int cursorX,cursorY; /**< the coordinates of the cursor, member708 ((cl)->cursorX != (cl)->screen->cursorX || \