X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fdrawing.h;h=6928f8dd2a61a120ccc3af9b5622215f029bd5fe;hb=8743690d339401db862834d50f9b6bbd1268271f;hp=1c4683271b448407993926922e61a604e23c564a;hpb=5e563da0170db1c625eed273e553320ce18edbe5;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h index 1c468327..6928f8dd 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h @@ -59,8 +59,16 @@ typedef enum _draw_color_cpu { NUM_COLORS_CPU } draw_color_cpu; +typedef enum _draw_color_irq { + COL_IRQ_UNKNOWN, + COL_IRQ_IDLE, + COL_IRQ_BUSY, + NUM_COLORS_IRQ +} draw_color_irq; + extern GdkColor drawing_colors[NUM_COLORS]; extern GdkColor drawing_colors_cpu[NUM_COLORS_CPU]; +extern GdkColor drawing_colors_irq[NUM_COLORS_IRQ]; /* This part of the viewer does : * Draw horizontal lines, getting graphic context as arg.