]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Bugfix: Don’t change focus after (graphical) resizing
[i3/i3] / include / x.h
index 2d41b4373a1586d22b7e360145e4b4577beff182..afc1645cd2044683991502d5bbc541da3bcd7e8b 100644 (file)
@@ -117,4 +117,12 @@ void x_set_i3_atoms();
  */
 void x_set_warp_to(Rect *rect);
 
+/**
+ * Applies the given mask to the event mask of every i3 window decoration X11
+ * window. This is useful to disable EnterNotify while resizing so that focus
+ * is untouched.
+ *
+ */
+void x_mask_event_mask(uint32_t mask);
+
 #endif