switch from libXcursor to xcb-util-cursor

This commit is contained in:
Michael Stapelberg
2013-07-13 10:58:06 +02:00
parent 3216cc79de
commit da20cd397c
6 changed files with 37 additions and 37 deletions

View File

@ -569,7 +569,7 @@ void drag_pointer(Con *con, const xcb_button_press_event_t *event, xcb_window_t
if (con != NULL)
memcpy(&old_rect, &(con->rect), sizeof(Rect));
Cursor xcursor = (cursor && xcursor_supported) ?
xcb_cursor_t xcursor = (cursor && xcursor_supported) ?
xcursor_get_cursor(cursor) : XCB_NONE;
/* Grab the pointer */