From: jj Date: Tue, 22 Oct 2013 12:12:24 +0000 (+0200) Subject: Update comment for the con_toggle_fullscreen method X-Git-Tag: 4.7~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=857fc0bf175fdbe90f59a6b80935d9b42dd81e83;p=i3%2Fi3 Update comment for the con_toggle_fullscreen method --- diff --git a/src/con.c b/src/con.c index 5b68481a..84063eba 100644 --- a/src/con.c +++ b/src/con.c @@ -569,8 +569,9 @@ void con_fix_percent(Con *con) { } /* - * Toggles fullscreen mode for the given container. Fullscreen mode will not be - * entered when there already is a fullscreen container on this workspace. + * Toggles fullscreen mode for the given container. If there already is a + * fullscreen container on this workspace, fullscreen will be disabled and then + * enabled for the container the user wants to have in fullscreen mode. * */ void con_toggle_fullscreen(Con *con, int fullscreen_mode) {