X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Frender.c;fp=src%2Frender.c;h=3150fb58fd5cdfae3fad3c249a5f7e632c0e0493;hp=d8bffc61f2b1a1232a16e10c248ac752db9d299e;hb=4f768c6eda947bc04b21f4b8fe12ee86c712456b;hpb=54e7a3156810e654812dd2a5fba1ca1bd9670ff3 diff --git a/src/render.c b/src/render.c index d8bffc61..3150fb58 100644 --- a/src/render.c +++ b/src/render.c @@ -243,7 +243,7 @@ static void render_root(Con *con, Con *fullscreen) { * fullscreen work correctly (ticket #564). Exception to the * above rule: smart popup_during_fullscreen handling (popups * belonging to the fullscreen app will be rendered). */ - if (config.popup_during_fullscreen != PDF_SMART) { + if (config.popup_during_fullscreen != PDF_SMART || fullscreen->window == NULL) { continue; }