xwm: Remove pointless change set request
This commit is contained in:
parent
f94a031b84
commit
d96fe1f7e7
@ -497,8 +497,6 @@ weston_wm_handle_map_request(struct weston_wm *wm, xcb_generic_event_t *event)
|
|||||||
fprintf(stderr, "XCB_MAP_REQUEST (window %d, %p, frame %d)\n",
|
fprintf(stderr, "XCB_MAP_REQUEST (window %d, %p, frame %d)\n",
|
||||||
window->id, window, window->frame_id);
|
window->id, window, window->frame_id);
|
||||||
|
|
||||||
xcb_change_save_set(wm->conn, XCB_SET_MODE_DELETE, window->id);
|
|
||||||
|
|
||||||
xcb_map_window(wm->conn, map_request->window);
|
xcb_map_window(wm->conn, map_request->window);
|
||||||
xcb_map_window(wm->conn, window->frame_id);
|
xcb_map_window(wm->conn, window->frame_id);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user