mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
add thumbnailLabelFormat to windowSwitcher
This commit is contained in:
parent
8b950350ed
commit
0d7a75489c
6 changed files with 34 additions and 21 deletions
|
|
@ -65,6 +65,9 @@ void osd_on_cursor_release(struct server *server, struct wlr_scene_node *node);
|
|||
/* Used by osd.c internally to render window switcher fields */
|
||||
void osd_field_get_content(struct window_switcher_field *field,
|
||||
struct buf *buf, struct view *view);
|
||||
/* Sets view info to buf according to format */
|
||||
void osd_field_set_custom(struct buf *buf, struct view *view,
|
||||
const char *format);
|
||||
|
||||
/* Used by rcxml.c when parsing the config */
|
||||
void osd_field_arg_from_xml_node(struct window_switcher_field *field,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue