*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,
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue