]> Dogcows Code - chaz/openbox/blobdiff - openbox/framerender.c
have stacking_restack_request return a bool that says if it did something with TopIf...
[chaz/openbox] / openbox / framerender.c
index b86f469227a6fe332d6621c2bc7cfd1ec3a04aec..2fec1a55d6c5e640b880f5754431114f89a8842d 100644 (file)
@@ -344,6 +344,7 @@ static void framerender_icon(ObFrame *self, RrAppearance *a)
         a->texture[0].type = RR_TEXTURE_RGBA;
         a->texture[0].data.rgba.width = icon->width;
         a->texture[0].data.rgba.height = icon->height;
+        a->texture[0].data.rgba.alpha = 0xff;
         a->texture[0].data.rgba.data = icon->data;
     } else
         a->texture[0].type = RR_TEXTURE_NONE;
This page took 0.020091 seconds and 4 git commands to generate.