--- waffle-1.3.0.orig/src/waffle/x11/x11_window.c 2013-10-01 04:13:42.000000000 +0200 +++ waffle-1.3.0/src/waffle/x11/x11_window.c 2014-03-18 17:46:17.486443485 +0100 @@ -189,17 +189,9 @@ xcb_generic_error_t *error; assert(self); + xcb_map_window(self->display->xcb, self->xcb); - cookie = xcb_map_window_checked(self->display->xcb, self->xcb); - error = xcb_request_check(self->display->xcb, cookie); - - if (error) { - wcore_errorf(WAFFLE_ERROR_UNKNOWN, - "xcb_map_window_checked() failed: error=0x%x", - error->error_code); - } - - return !error; + return true; } bool