Update comment for the con_toggle_fullscreen method

This commit is contained in:
jj 2013-10-22 14:12:24 +02:00 committed by Michael Stapelberg
parent b6100dd727
commit 857fc0bf17

View File

@ -569,8 +569,9 @@ void con_fix_percent(Con *con) {
} }
/* /*
* Toggles fullscreen mode for the given container. Fullscreen mode will not be * Toggles fullscreen mode for the given container. If there already is a
* entered when there already is a fullscreen container on this workspace. * 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) { void con_toggle_fullscreen(Con *con, int fullscreen_mode) {