Home
last modified time | relevance | path

Searched refs:cursorOffsetX (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dscreen.h212 gint cursorOffsetX; member
H A Dcompositor.c3633 screen_info->cursorOffsetX = cursor->xhot; in update_cursor()
3728 if (screen_info->cursorLocation.x + screen_info->cursorOffsetX != x_root || in zoom_timeout_cb()
3731 screen_info->cursorLocation.x = x_root - screen_info->cursorOffsetX; in zoom_timeout_cb()
4598 screen_info->cursorLocation.x = event->x_root - screen_info->cursorOffsetX; in compositorZoomIn()
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dsteamcompmgr.cpp902 int cursorOffsetX, cursorOffsetY; in paint() local
906cursorOffsetX = (currentOutputWidth - window->a.width * currentScaleRatio * globalScaleRatio) / 2.… in paint()
910 scaledX = (winX - window->a.x) * currentScaleRatio * globalScaleRatio + cursorOffsetX; in paint()