Come on, The Cheat. Let's take our invisible business elsewhere.

This commit is contained in:
XANTRONIX Development 2019-05-28 01:03:44 -05:00
parent cbb3f5e24a
commit 48821a9027

View file

@ -192,8 +192,6 @@ static void draw_gauge_cluster_bg(cairo_t *cr,
height * 0.1, height * 0.1,
width * 0.16, width * 0.16,
height * 0.5); height * 0.5);
cairo_destroy(cr);
} }
static void update_gauge_cluster(cairo_t *cr, static void update_gauge_cluster(cairo_t *cr,
@ -272,8 +270,6 @@ int main(int argc, char **argv) {
switch (e.type) { switch (e.type) {
case Expose: case Expose:
fprintf(stderr, "Event %d\n", e.type);
hexagram_window_refresh_bg(window); hexagram_window_refresh_bg(window);
break; break;