]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Implemented new command 'move [window|container] [to] position mouse|cursor|pointer
[i3/i3] / include / commands.h
index bbcd7f6f5bb91dcbda16494c92b8aa9ae7880f65..afb3c32abb605fd04a4c95ece8f18def5f04f273 100644 (file)
@@ -258,6 +258,12 @@ void cmd_move_window_to_position(I3_CMD, char *method, char *x, char *y);
  */
 void cmd_move_window_to_center(I3_CMD, char *method);
 
+/**
+ * Implementation of 'move [window|container] [to] position mouse'
+ *
+ */
+void cmd_move_window_to_mouse(I3_CMD);
+
 /**
  * Implementation of 'move scratchpad'.
  *