X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fx.c;h=6a0170a5699be528dd17b67b05cf13396400edc5;hp=c68b9ccd5f1541d511101e58fd4dab20ecd1690f;hb=07dfb8450bfaf90d86b220b671997d322d325a85;hpb=204eefc67975f0ed1afb3b513f8fc4eb2020d2f6 diff --git a/src/x.c b/src/x.c index c68b9ccd..6a0170a5 100644 --- a/src/x.c +++ b/src/x.c @@ -509,7 +509,7 @@ void x_draw_decoration(Con *con) { /* These rectangles represent the border around the child window * (left, bottom and right part). We don’t just fill the whole - * rectangle because some childs are not freely resizable and we want + * rectangle because some children are not freely resizable and we want * their background color to "shine through". */ if (!(borders_to_hide & ADJ_LEFT_SCREEN_EDGE)) { draw_util_rectangle(&(con->frame_buffer), p->color->child_border, 0, 0, br.x, r->height);