From: Dana Jansens Date: Thu, 21 Jun 2007 16:21:47 +0000 (+0000) Subject: except without bugs X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=eda6085586b4b28aa1fcc01f3d2f31615f70437d;p=chaz%2Fopenbox except without bugs --- 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 =