X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawing.h;h=523604357c5454420037d1443426ea143be315ed;hb=2309386913ad8c4ce16fa35b7ce749ea7845e292;hp=63031bb1bfa75ac82cd68a6a3be95c96b39635a8;hpb=58fa3bc7964eb03542f577929aee0dceb0dfc8fd;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h index 63031bb1..52360435 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.h @@ -41,6 +41,11 @@ typedef enum _draw_color { COL_BLACK, COL_ZOMBIE, COL_WAIT, COL_RUN, + COL_USER_MODE, + COL_SYSCALL, + COL_TRAP, + COL_IRQ, + COL_MODE_UNKNOWN, NUM_COLORS } draw_color; extern GdkColor drawing_colors[NUM_COLORS];