summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-21 16:21:47 +0000
committerDana Jansens <danakj@orodu.net>2007-06-21 16:21:47 +0000
commiteda6085586b4b28aa1fcc01f3d2f31615f70437d (patch)
tree1069a32f1113bbd39bb2151a52fa0d36163b3d38 /openbox
parent19ecd4d6d403e71abecb0e77f7ff0f4efa400be3 (diff)
except without bugs
Diffstat (limited to 'openbox')
-rw-r--r--openbox/focus_cycle_popup.c2
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 =