Home
last modified time | relevance | path

Searched refs:x_cursor_timer (Results 1 – 2 of 2) sorted by relevance

/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-cursor.c310 if (xwl_seat->x_cursor_timer) { in xwl_set_cursor_free_timer()
311 TimerFree(xwl_seat->x_cursor_timer); in xwl_set_cursor_free_timer()
312 xwl_seat->x_cursor_timer = NULL; in xwl_set_cursor_free_timer()
333 if (xwl_seat->x_cursor_timer == NULL) { in xwl_set_cursor_delayed()
334 xwl_seat->x_cursor_timer = TimerSet(xwl_seat->x_cursor_timer, in xwl_set_cursor_delayed()
H A Dxwayland-input.h81 OsTimerPtr x_cursor_timer; member