X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Ftree.c;h=d5f457dd24dc268921ff89acf8c2dd76499035cb;hp=7f46658313ae979bd5e735845e336ddaaa1288f6;hb=d968d39b27daa98848a28756eed678ec6b95cae9;hpb=9fe508b79163e74ea61d4abf432f06eea216cb6a diff --git a/src/tree.c b/src/tree.c index 7f466583..d5f457dd 100644 --- a/src/tree.c +++ b/src/tree.c @@ -266,7 +266,7 @@ bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_par * will be mapped when i3 closes its connection (e.g. when * restarting). This is not what we want, since some apps keep * unmapped windows around and don’t expect them to suddenly be - * mapped. See http://bugs.i3wm.org/1617 */ + * mapped. See https://bugs.i3wm.org/1617 */ xcb_change_save_set(conn, XCB_SET_MODE_DELETE, con->window->id); /* Ignore X11 errors for the ReparentWindow request.