]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Rename tree_close() to tree_close_internal().
[i3/i3] / include / data.h
index b122dbfdfc88a4eb26f943e14f7beb928a1c159b..9ccc2c2e4075b45ff177e9c93a1d742a24141c7f 100644 (file)
@@ -62,7 +62,7 @@ typedef enum { BS_NORMAL = 0,
                BS_NONE = 1,
                BS_PIXEL = 2 } border_style_t;
 
-/** parameter to specify whether tree_close() and x_window_kill() should kill
+/** parameter to specify whether tree_close_internal() and x_window_kill() should kill
  * only this specific window or the whole X11 client */
 typedef enum { DONT_KILL_WINDOW = 0,
                KILL_WINDOW = 1,