X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fx.c;h=09a604931926aa4915d8e388177f849bfdbe16c5;hp=ee5ed2ce794fa9ca397c99d6ec3295720d87cb99;hb=aa0b1f599f25cfe858ebbc7fa80d459bcdb2ae02;hpb=eadc9a84616a78575d4311abb662ef469715ad08 diff --git a/src/x.c b/src/x.c index ee5ed2ce..09a60493 100644 --- a/src/x.c +++ b/src/x.c @@ -127,7 +127,7 @@ void x_con_init(Con *con) { /* We explicitly set a background color and border color (even though we * don’t even have a border) because the X11 server requires us to when * using 32 bit color depths, see - * http://stackoverflow.com/questions/3645632 */ + * https://stackoverflow.com/questions/3645632 */ mask |= XCB_CW_BACK_PIXEL; values[0] = root_screen->black_pixel;