绘制 layout 标志

This commit is contained in:
2025-08-26 03:29:15 +08:00
parent 9b77469ed2
commit 2c49c9f179
4 changed files with 17 additions and 3 deletions

View File

@@ -13,5 +13,6 @@ uint32_t *generate_wallpaper(const wallpaper_config_t *wallpaper_config,
uint32_t get_font_height(const char *font_family, const uint32_t font_size,
const uint32_t dpi);
void draw_bar(monitor_t *monitor, bool is_current_monitor,
color_set_t *color_set, uint32_t height, uint32_t tag_x_padding);
color_set_t *color_set, uint32_t height, uint32_t tag_x_padding,
uint32_t layout_x_padding);
void clean_pango_context(void);