1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 21:48:33 +00:00

Compare commits

..

No commits in common. "0ce4eaebb7fb0c8c8dee65914e4545809da442db" and "caf2a2ed6b2d434bdbe6fc742f1a5e8448836eb0" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,7 @@ endif(OS_HAIKU)
# Do version stuff
set(VERSION_MAJOR "1")
set(VERSION_MINOR "22")
set(VERSION_PATCH "1")
set(VERSION_PATCH "0")
find_program(APP_AWK awk)

View File

@ -926,7 +926,6 @@ void display_output_wayland::clear_text(int exposures) {
cairo_set_operator(window->cr, CAIRO_OPERATOR_CLEAR);
cairo_rectangle(window->cr, 0, 0, window->rectangle.width(),
window->rectangle.height());
cairo_fill(window->cr);
cairo_restore(window->cr);
}