colormap->alloc_color(color);
gc->set_foreground(color);
gc->set_background(color);
int w,h;
w = image.get_width();
h = image.get_height();
colormap->alloc_color(color);
gc->set_foreground(color);
gc->set_background(color);
int w,h;
w = image.get_width();
h = image.get_height();
- image.get_window()->draw_rectangle(gc, 1, w/2-2, 0, 4, h);
+ image.get_window()->draw_rectangle(gc, 1, w/2-3, 0, 6, h);
- image.get_window()->draw_rectangle(gc, 1, 0, h/2-2, w, 4);
+ image.get_window()->draw_rectangle(gc, 1, 0, h/2-3, w, 6);