changed white background to black

This commit is contained in:
Bob Polis 2020-10-26 21:42:21 +01:00
parent f42c015919
commit 5af3fd5b53

View File

@ -63,8 +63,8 @@ void draw() {
expired = false;
sc::gui::ImageLock lock {*main_image};
// white background
cairo_set_source_rgb(cr, 1, 1, 1);
// black background
cairo_set_source_rgb(cr, 0, 0, 0);
cairo_rectangle(cr, 0, 0, WIDTH, HEIGHT);
cairo_fill(cr);