]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
lower cpu use with icon. replace HUE by ALPHA on icon (see task_icon_asb).
[chaz/tint2] / src / tint.c
index e3fdb826d617eb6e50775e9b7593097676d59c26..db6346763a042114f3b93473e5a5678f2cf4b467 100644 (file)
@@ -556,8 +556,8 @@ void event_property_notify (XEvent *e)
                                                if (tsk->win == tsk2->win && tsk != tsk2) {
                                                        tsk2->icon_width = tsk->icon_width;
                                                        tsk2->icon_height = tsk->icon_height;
-                                                       tsk2->icon_data = tsk->icon_data;
-                                                       tsk2->icon_data_active = tsk->icon_data_active;
+                                                       tsk2->icon = tsk->icon;
+                                                       tsk2->icon_active = tsk->icon_active;
                                                        tsk2->area.redraw = 1;
                                                }
                                        }
This page took 0.025771 seconds and 4 git commands to generate.