From 393412a204184d90b010dbaef1f9caed040c836e Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Wed, 4 Apr 2018 18:09:34 +0300 Subject: [PATCH] A__NET_REQUEST_FRAME_EXTENTS: use render_font_height() --- src/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers.c b/src/handlers.c index d5023b9d..15c05a8f 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -820,7 +820,7 @@ static void handle_client_message(xcb_client_message_event_t *event) { Rect r = { config.default_border_width, /* left */ config.default_border_width, /* right */ - config.font.height + 5, /* top */ + render_deco_height(), /* top */ config.default_border_width /* bottom */ }; xcb_change_property(