except without bugs
This commit is contained in:
parent
19ecd4d6d4
commit
eda6085586
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue