comparison src/core/theme.c @ 116:0a6683615c73

cmake: change build system, continue #2487 @3h
author David Demelier <markand@malikania.fr>
date Sat, 03 Oct 2020 18:32:01 +0200
parents 3bd0d3a39e30
children
comparison
equal deleted inserted replaced
115:3bd0d3a39e30 116:0a6683615c73
51 painter_draw_line(x, y + h, x + w, y + h); 51 painter_draw_line(x, y + h, x + w, y + h);
52 painter_draw_line(x, y, x, y + h); 52 painter_draw_line(x, y, x, y + h);
53 painter_draw_line(x + w, y, x + w, y + h); 53 painter_draw_line(x + w, y, x + w, y + h);
54 } 54 }
55 55
56
57 static void 56 static void
58 draw_frame(struct theme *t, const struct frame *frame) 57 draw_frame(struct theme *t, const struct frame *frame)
59 { 58 {
60 if (frame->style == FRAME_STYLE_BOX) 59 if (frame->style == FRAME_STYLE_BOX)
61 painter_set_color(0x6e4c30ff); 60 painter_set_color(0x6e4c30ff);