]> Dogcows Code - chaz/openbox/commitdiff
except without bugs
authorDana Jansens <danakj@orodu.net>
Thu, 21 Jun 2007 16:21:47 +0000 (16:21 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 21 Jun 2007 16:21:47 +0000 (16:21 +0000)
openbox/focus_cycle_popup.c

index 595fb9df752488caa76a0556787bf5880aaf0ec9..07298535ee0d1e6e4d729f9d1547abae123629ca 100644 (file)
@@ -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 =
This page took 0.026073 seconds and 4 git commands to generate.