}
uint8_t text[64];
- snprintf(text, sizeof(text) - 1, "%ld_%ld", el->id, el->dfo);
+ snprintf(text, sizeof(text) - 1, "%ld", el->id);
cairo_select_font_face(cr, "Georgia", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD);
cairo_set_font_size (cr, 24);
- cairo_move_to (cr, l->x0 - 40, l->y0 + 5);
+ cairo_move_to (cr, l->x0 - 20, l->y0 + 5);
cairo_show_text (cr, text);
cairo_stroke(cr);
y = f->y;
w = f->w;
h = f->h;
-
- loops = scf_vector_alloc();
- if (!loops)
- return -ENOMEM;
-
- ses_loop_function(f, loops);
}
ses_layout_draw(b, x, y, w, h);