]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Add input and bounding shapes support (#2742)
[i3/i3] / include / x.h
index 8b7664f2616f6f52d47c4a694d756c70af9bd84c..d01709ed5a77002f97fa5b9eed65f7ba179b1273 100644 (file)
@@ -137,3 +137,8 @@ void x_set_warp_to(Rect *rect);
  *
  */
 void x_mask_event_mask(uint32_t mask);
+
+/**
+ * Enables or disables nonrectangular shape of the container frame.
+ */
+void x_set_shape(Con *con, xcb_shape_sk_t kind, bool enable);