]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
Replace the discrete 'split' Con property with a simple function.
[i3/i3] / src / floating.c
index 17fe74cce35e7f7830360ff8947f56c1c220a868..b884a1820bbeb834853f2ea301b8e362c89adf88 100644 (file)
@@ -99,7 +99,6 @@ void floating_enable(Con *con, bool automatic) {
      * otherwise. */
     Con *ws = con_get_workspace(con);
     nc->parent = ws;
-    nc->split = true;
     nc->type = CT_FLOATING_CON;
     nc->layout = L_SPLITH;
     /* We insert nc already, even though its rect is not yet calculated. This