Fix compilation warning
This commit is contained in:
parent
6aab45e7a4
commit
e86fb42891
|
@ -88,7 +88,7 @@ uint32_t get_mode_switch_mask(xcb_connection_t *conn) {
|
||||||
xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height) {
|
xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height) {
|
||||||
xcb_window_t root = xcb_setup_roots_iterator(xcb_get_setup(conn)).data->root;
|
xcb_window_t root = xcb_setup_roots_iterator(xcb_get_setup(conn)).data->root;
|
||||||
xcb_window_t win = xcb_generate_id(conn);
|
xcb_window_t win = xcb_generate_id(conn);
|
||||||
xcb_cursor_t cursor_id = xcb_generate_id(conn);
|
//xcb_cursor_t cursor_id = xcb_generate_id(conn);
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* Use the default cursor (left pointer) */
|
/* Use the default cursor (left pointer) */
|
||||||
|
|
Loading…
Reference in New Issue