changed white background to black
This commit is contained in:
parent
f42c015919
commit
5af3fd5b53
4
main.cpp
4
main.cpp
@ -63,8 +63,8 @@ void draw() {
|
|||||||
expired = false;
|
expired = false;
|
||||||
sc::gui::ImageLock lock {*main_image};
|
sc::gui::ImageLock lock {*main_image};
|
||||||
|
|
||||||
// white background
|
// black background
|
||||||
cairo_set_source_rgb(cr, 1, 1, 1);
|
cairo_set_source_rgb(cr, 0, 0, 0);
|
||||||
cairo_rectangle(cr, 0, 0, WIDTH, HEIGHT);
|
cairo_rectangle(cr, 0, 0, WIDTH, HEIGHT);
|
||||||
cairo_fill(cr);
|
cairo_fill(cr);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user