Update comment for the con_toggle_fullscreen method
Patch status: merged
Patch by jj
To apply this patch, use:
curl http://cr.i3wm.org/patch/280/raw.patch | git am
b/src/con.c
13 |
@@ -569,8 +569,9 @@ void con_fix_percent(Con *con) { |
14 |
} |
15 |
|
16 |
/* |
17 |
- * Toggles fullscreen mode for the given container. Fullscreen mode will not be |
18 |
- * entered when there already is a fullscreen container on this workspace. |
19 |
+ * Toggles fullscreen mode for the given container. If there already is a |
20 |
+ * fullscreen container on this workspace, fullscreen will be disabled and then |
21 |
+ * enabled for the container the user wants to have in fullscreen mode. |
22 |
* |
23 |
*/ |
24 |
void con_toggle_fullscreen(Con *con, int fullscreen_mode) { |