fix process end of life
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 58f562a2a6380e4be299b805e68807f1aaf29365..3e4b3dc86bad8278e797927df26e4cc5bda89c9f 100644 (file)
@@ -46,6 +46,7 @@ typedef enum _draw_color {
                 COL_ZOMBIE,       /* dark purple */
                 COL_WAIT_FORK,    /* dark green */
                 COL_EXIT,         /* "less dark" magenta */
+               COL_DEAD,         /* black */
                 COL_MODE_UNKNOWN, /* white */
                 COL_UNNAMED,      /* white */
                 NUM_COLORS } draw_color; 
This page took 0.023193 seconds and 4 git commands to generate.