From eda6085586b4b28aa1fcc01f3d2f31615f70437d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 21 Jun 2007 16:21:47 +0000 Subject: [PATCH] except without bugs --- openbox/focus_cycle_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index 595fb9df..07298535 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -413,7 +413,7 @@ static void popup_render(ObFocusCyclePopup *p, const ObClient *c) innerx, innery, innerw, innerh); /* get the icon from the client */ - if ((thumb = client_thumbnail(target->client))) { + if ((thumb = client_thumbnail(target->client, innerw, innerh))) { p->a_icon->texture[0].data.rgba.width = thumb->width; p->a_icon->texture[0].data.rgba.height = thumb->height; p->a_icon->texture[0].data.rgba.alpha = -- 2.39.2