X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fdrawing.c;h=294b8339f6cfe448cfc5204d6f05a78854b2be47;hb=a970363f31999693ffbc0d7d6cf8a15d03677d64;hp=a78fd2e5c20c9834a5aec2523fe4e4e74de19ca0;hpb=38726a78811ea476be2a33b52f9f176dc198ad19;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.c b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.c index a78fd2e5..294b8339 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.c @@ -110,7 +110,7 @@ GdkColor drawing_colors_soft_irq[NUM_COLORS_SOFT_IRQ] = GdkColor drawing_colors_trap[NUM_COLORS_TRAP] = { /* Pixel, R, G, B */ { 0, 0x0000, 0x0000, 0x0000 }, /* COL_TRAP_UNKNOWN */ - { 0, 0xBBBB, 0xBBBB, 0xBBBB }, /* COL_TRAP_IDLE */ + { 0, 0x0000, 0x0000, 0x0000 }, /* COL_TRAP_IDLE */ { 0, 0xFF00, 0xFF00, 0x0100 }, /* COL_TRAP_BUSY */ };