]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Merge branch 'master' into next
[i3/i3] / include / x.h
index df4ee276723de7dae194efbee9134505d34c3756..29a8bec20c87d26b8278937674302ebbeb78605f 100644 (file)
@@ -104,4 +104,11 @@ void x_set_name(Con *con, const char *name);
  */
 void x_set_i3_atoms();
 
+/**
+ * Set warp_to coordinates.  This will trigger on the next call to
+ * x_push_changes().
+ *
+ */
+void x_set_warp_to(Rect *rect);
+
 #endif