]> git.sur5r.net Git - i3/i3/commitdiff
Update comment for the con_toggle_fullscreen method
authorjj <haptix@web.de>
Tue, 22 Oct 2013 12:12:24 +0000 (14:12 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Oct 2013 21:26:44 +0000 (23:26 +0200)
src/con.c

index 5b68481a759317badf8bd65edfc8fda165b02232..84063ebae9eef627b697ab2bd8d41a8ff911be09 100644 (file)
--- 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) {