diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-21 16:21:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-21 16:21:47 +0000 |
| commit | eda6085586b4b28aa1fcc01f3d2f31615f70437d (patch) | |
| tree | 1069a32f1113bbd39bb2151a52fa0d36163b3d38 /openbox/focus_cycle_popup.c | |
| parent | 19ecd4d6d403e71abecb0e77f7ff0f4efa400be3 (diff) | |
except without bugs
Diffstat (limited to 'openbox/focus_cycle_popup.c')
| -rw-r--r-- | openbox/focus_cycle_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
