]> git.sur5r.net Git - i3/i3/blobdiff - include/x.h
Argument for 'kill' for killing a specific window (now default) or the whole client...
[i3/i3] / include / x.h
index d110d92cd67995fedf1da1913c4ab14f1c7cc0c7..b8ead5eec7210a5155012c19188905fb55234046 100644 (file)
@@ -52,7 +52,7 @@ bool window_supports_protocol(xcb_window_t window, xcb_atom_t atom);
  * Kills the given X11 window using WM_DELETE_WINDOW (if supported).
  *
  */
-void x_window_kill(xcb_window_t window);
+void x_window_kill(xcb_window_t window, kill_window_t kill_window);
 
 /**
  * Draws the decoration of the given container onto its parent.