*angrily at the drive-thru whale* Look what you did!

This commit is contained in:
XANTRONIX Development 2019-05-28 00:50:38 -05:00
parent 938cbc3550
commit 5e23676de9

View file

@ -161,12 +161,9 @@ static void draw_mfd(cairo_t *cr,
static void draw_gauge_cluster_bg(hexagram_window *window, static void draw_gauge_cluster_bg(hexagram_window *window,
double width, double width,
double height) { double height) {
cairo_surface_t *sfc;
cairo_t *cr; cairo_t *cr;
sfc = window->surface_bg; cr = hexagram_window_create_bg_context(window);
cr = cairo_create(sfc);
/* /*
* Paint canvas black * Paint canvas black