From f5985d1c7d4d8a6b6df3a401aace5305ae5e5b1b Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Thu, 13 Jul 2023 18:02:59 +0800 Subject: [PATCH] rename to 1.png --- ses_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ses_layout.c b/ses_layout.c index 862e257..2e55307 100644 --- a/ses_layout.c +++ b/ses_layout.c @@ -771,7 +771,7 @@ int ses_layout_draw(ScfEboard* b, uint32_t bx, uint32_t by, uint32_t bw, uint32_ } } - cairo_surface_write_to_png(surface, "./a.png"); + cairo_surface_write_to_png(surface, "./1.png"); cairo_destroy(cr); cairo_surface_destroy(surface); -- 2.25.1