]> git.sur5r.net Git - i3/i3/commit
render_root: fix popup_during_fullscreen logic
authorOrestis Floros <orestisf1993@gmail.com>
Wed, 22 Aug 2018 00:40:51 +0000 (03:40 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Wed, 22 Aug 2018 00:45:35 +0000 (03:45 +0300)
commitb3e69ed12a5c62b74501b9f375ddf742fb9fb44c
treec8e6683caaeff35058189ab9573190cf67e9d5aa
parent2f3c8b64841340073a283cb42c03fb9df7715ebe
render_root: fix popup_during_fullscreen logic

The first issue is that there seems to be a typo: fullscreen->window
should have been child->window. The corrected check is redundant since
the while loop checks if the transient_con has a window.

The second issue is that popup_during_fullscreen is never checked even
though the behaviour should be exclusive to the "smart" option.
src/render.c