]> Dogcows Code - chaz/openbox/blobdiff - openbox/framerender.c
rename the Client struct to ObClient
[chaz/openbox] / openbox / framerender.c
index 01dc75b10408fa803bb5a8cb44d6e2f887e7a2aa..2769bbebd4a16105f651db912fdd3b97b355b27a 100644 (file)
@@ -158,9 +158,9 @@ static void framerender_icon(Frame *self, RrAppearance *a)
     if (self->icon_x < 0) return;
 
     if (self->client->nicons) {
-        Icon *icon = client_icon(self->client,
-                                 ob_rr_theme->button_size + 2,
-                                 ob_rr_theme->button_size + 2);
+        ObClientIcon *icon = client_icon(self->client,
+                                         ob_rr_theme->button_size + 2,
+                                         ob_rr_theme->button_size + 2);
         a->texture[0].type = RR_TEXTURE_RGBA;
         a->texture[0].data.rgba.width = icon->width;
         a->texture[0].data.rgba.height = icon->height;
This page took 0.022906 seconds and 4 git commands to generate.