Lines Matching refs:x_cursor
91 if (cursor == xwl_seat->x_cursor) in xwl_unrealize_cursor()
92 xwl_seat->x_cursor = NULL; in xwl_unrealize_cursor()
136 if (!xwl_seat->x_cursor) { in xwl_seat_set_cursor()
149 cursor = xwl_seat->x_cursor; in xwl_seat_set_cursor()
164 xwl_seat->x_cursor->bits->xhot, in xwl_seat_set_cursor()
165 xwl_seat->x_cursor->bits->yhot); in xwl_seat_set_cursor()
169 xwl_seat->x_cursor->bits->width, in xwl_seat_set_cursor()
170 xwl_seat->x_cursor->bits->height); in xwl_seat_set_cursor()
187 if (!xwl_seat->x_cursor) { in xwl_tablet_tool_set_cursor()
201 cursor = xwl_seat->x_cursor; in xwl_tablet_tool_set_cursor()
216 xwl_seat->x_cursor->bits->xhot, in xwl_tablet_tool_set_cursor()
217 xwl_seat->x_cursor->bits->yhot); in xwl_tablet_tool_set_cursor()
221 xwl_seat->x_cursor->bits->width, in xwl_tablet_tool_set_cursor()
222 xwl_seat->x_cursor->bits->height); in xwl_tablet_tool_set_cursor()
242 cursor_visibility_changed = !!xwl_seat->x_cursor ^ !!cursor; in xwl_set_cursor()
244 xwl_seat->x_cursor = cursor; in xwl_set_cursor()