continue implementation of resourceview
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / drawing.h
index 58f562a2a6380e4be299b805e68807f1aaf29365..98ad64453425c17ebba8df600ba531bfe435e112 100644 (file)
@@ -50,7 +50,14 @@ typedef enum _draw_color {
                 COL_UNNAMED,      /* white */
                 NUM_COLORS } draw_color; 
 
+typedef enum _draw_color_cpu {
+                COL_CPU_IDLE,
+                COL_CPU_BUSY,
+                COL_CPU_UNKNOWN,
+                NUM_COLORS_CPU } draw_color_cpu; 
+
 extern GdkColor drawing_colors[NUM_COLORS];
+extern GdkColor drawing_colors_cpu[NUM_COLORS_CPU];
 
 /* This part of the viewer does :
  * Draw horizontal lines, getting graphic context as arg.
This page took 0.023418 seconds and 4 git commands to generate.