mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-15 19:56:55 +00:00
Compare commits
3 Commits
9b66c486b3
...
a72a61130f
Author | SHA1 | Date | |
---|---|---|---|
|
a72a61130f | ||
|
0ce4eaebb7 | ||
|
79e68cc730 |
@ -155,7 +155,7 @@ endif(OS_HAIKU)
|
||||
# Do version stuff
|
||||
set(VERSION_MAJOR "1")
|
||||
set(VERSION_MINOR "22")
|
||||
set(VERSION_PATCH "0")
|
||||
set(VERSION_PATCH "1")
|
||||
|
||||
find_program(APP_AWK awk)
|
||||
|
||||
|
@ -926,6 +926,7 @@ 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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user