]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Support "resize set W H"
[i3/i3] / include / commands.h
index 6d1046d4b74cece97c59ee2ee36e475dbb13eeda..b243b9e0f0a8c8f5aeccead872614d64c80a89b4 100644 (file)
@@ -60,6 +60,12 @@ void cmd_move_con_to_workspace_name(I3_CMD, char *name);
  */
 void cmd_move_con_to_workspace_number(I3_CMD, char *which);
 
+/**
+ * Implementation of 'resize set <px> [px] <px> [px]'.
+ *
+ */
+void cmd_size(I3_CMD, char *cwidth, char *cheight);
+
 /**
  * Implementation of 'resize grow|shrink <direction> [<px> px] [or <ppt> ppt]'.
  *