remove unneeded render on map request
manage_window() will call tree_render() when appropriate, so pushing changes to X here is not needed.
This commit is contained in:
parent
e77103012f
commit
ca5137eeba
|
@ -284,7 +284,6 @@ static void handle_map_request(xcb_map_request_event_t *event) {
|
|||
add_ignore_event(event->sequence, -1);
|
||||
|
||||
manage_window(event->window, cookie, false);
|
||||
x_push_changes(croot);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue