*angrily at the drive-thru whale* Look what you did!
This commit is contained in:
parent
938cbc3550
commit
5e23676de9
1 changed files with 1 additions and 4 deletions
|
@ -161,12 +161,9 @@ static void draw_mfd(cairo_t *cr,
|
|||
static void draw_gauge_cluster_bg(hexagram_window *window,
|
||||
double width,
|
||||
double height) {
|
||||
cairo_surface_t *sfc;
|
||||
cairo_t *cr;
|
||||
|
||||
sfc = window->surface_bg;
|
||||
|
||||
cr = cairo_create(sfc);
|
||||
cr = hexagram_window_create_bg_context(window);
|
||||
|
||||
/*
|
||||
* Paint canvas black
|
||||
|
|
Loading…
Add table
Reference in a new issue