]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_combined_menu.c
have stacking_restack_request return a bool that says if it did something with TopIf...
[chaz/openbox] / openbox / client_list_combined_menu.c
index 52ebce43b28a336e0a0ad3c505d928f1c6a705fb..cf85fd65b87468f2e06fc08ee313f0345707f756 100644 (file)
@@ -82,6 +82,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data)
                     e->data.normal.icon_width = icon->width;
                     e->data.normal.icon_height = icon->height;
                     e->data.normal.icon_data = icon->data;
+                    e->data.normal.icon_alpha =
+                        c->iconic ? OB_ICONIC_ALPHA : 0xff;
                 }
             }
         }
This page took 0.020806 seconds and 4 git commands to generate.