Bugfix: raise fullscreen containers before rendering their content

This commit is contained in:
Michael Stapelberg 2010-07-11 23:40:50 +02:00
parent a79d33fc7f
commit 1459ae6bf2
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ void render_con(Con *con) {
if (fullscreen) {
LOG("got fs node: %p\n", fullscreen);
fullscreen->rect = rect;
x_raise_con(fullscreen);
render_con(fullscreen);
return;
}