Skip to content
Snippets Groups Projects
Commit 44a8f524 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Handle case where we receive a MapNotify without a ConfigureNotify first

This shouldn't happen, but it does!
parent 1a0b8971
No related branches found
No related tags found
No related merge requests found
Pipeline #7640 passed
......@@ -1789,6 +1789,7 @@ x11_event(XEvent *ev)
case MapNotify:
if (map_pending) {
map_pending = false;
if (pending_width && pending_height)
handle_configuration(pending_width, pending_height, true, true);
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment