//test_draw_item(control_flow_data->drawing, control_flow_data->drawing->pixmap);
GdkColor colorfg_out = { 0, 0xffff, 0x0000, 0x0000 };
- GdkColor colorbg_out = { 0, 0xffff, 0xffff, 0xffff };
+ GdkColor colorbg_out = { 0, 0x0000, 0x0000, 0x0000 };
PropertiesText prop_text_out;
prop_text_out.foreground = &colorfg_out;
prop_text_out.background = &colorbg_out;
}
else if(process_out->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_text_out.foreground->red = 0x0fff;
- prop_text_out.foreground->green = 0x0fff;
+ prop_text_out.foreground->red = 0xffff;
+ prop_text_out.foreground->green = 0xffff;
prop_text_out.foreground->blue = 0x0000;
}
else if(process_out->state->s == LTTV_STATE_EXIT)
}
else if(process_out->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_line_out.color->red = 0x0fff;
- prop_line_out.color->green = 0x0fff;
+ prop_line_out.color->red = 0xffff;
+ prop_line_out.color->green = 0xffff;
prop_line_out.color->blue = 0x0000;
}
else if(process_out->state->s == LTTV_STATE_EXIT)
//test_draw_item(control_flow_data->drawing, control_flow_data->drawing->pixmap);
GdkColor colorfg_in = { 0, 0x0000, 0xffff, 0x0000 };
- GdkColor colorbg_in = { 0, 0xffff, 0xffff, 0xffff };
+ GdkColor colorbg_in = { 0, 0x0000, 0x0000, 0x0000 };
PropertiesText prop_text_in;
prop_text_in.foreground = &colorfg_in;
prop_text_in.background = &colorbg_in;
}
else if(process_in->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_text_in.foreground->red = 0x0fff;
- prop_text_in.foreground->green = 0x0fff;
+ prop_text_in.foreground->red = 0xffff;
+ prop_text_in.foreground->green = 0xffff;
prop_text_in.foreground->blue = 0x0000;
}
else if(process_in->state->s == LTTV_STATE_EXIT)
}
else if(process_in->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_line_in.color->red = 0x0fff;
- prop_line_in.color->green = 0x0fff;
+ prop_line_in.color->red = 0xffff;
+ prop_line_in.color->green = 0xffff;
prop_line_in.color->blue = 0x0000;
}
else if(process_in->state->s == LTTV_STATE_EXIT)
//test_draw_item(control_flow_data->drawing, control_flow_data->drawing->pixmap);
GdkColor colorfg_out = { 0, 0xffff, 0x0000, 0x0000 };
- GdkColor colorbg_out = { 0, 0xffff, 0xffff, 0xffff };
+ GdkColor colorbg_out = { 0, 0x0000, 0x0000, 0x0000 };
PropertiesText prop_text_out;
prop_text_out.foreground = &colorfg_out;
prop_text_out.background = &colorbg_out;
}
else if(process_out->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_text_out.foreground->red = 0x0fff;
- prop_text_out.foreground->green = 0x0fff;
+ prop_text_out.foreground->red = 0xffff;
+ prop_text_out.foreground->green = 0xffff;
prop_text_out.foreground->blue = 0x0000;
}
else if(process_out->state->s == LTTV_STATE_EXIT)
//test_draw_item(control_flow_data->drawing, control_flow_data->drawing->pixmap);
GdkColor colorfg_in = { 0, 0x0000, 0xffff, 0x0000 };
- GdkColor colorbg_in = { 0, 0xffff, 0xffff, 0xffff };
+ GdkColor colorbg_in = { 0, 0x0000, 0x0000, 0x0000 };
PropertiesText prop_text_in;
prop_text_in.foreground = &colorfg_in;
prop_text_in.background = &colorbg_in;
}
else if(process_in->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_text_in.foreground->red = 0x0fff;
- prop_text_in.foreground->green = 0x0fff;
+ prop_text_in.foreground->red = 0xffff;
+ prop_text_in.foreground->green = 0xffff;
prop_text_in.foreground->blue = 0x0000;
}
else if(process_in->state->s == LTTV_STATE_EXIT)
}
else if(process->state->s == LTTV_STATE_WAIT_CPU)
{
- prop_line.color->red = 0x0fff;
- prop_line.color->green = 0x0fff;
+ prop_line.color->red = 0xffff;
+ prop_line.color->green = 0xffff;
prop_line.color->blue = 0x0000;
}
else if(process->state->s == LTTV_STATE_EXIT)