mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
common/buf: rename buf->buf to buf->data
This commit is contained in:
parent
fccc6a2922
commit
a8f98cb90b
10 changed files with 33 additions and 33 deletions
|
|
@ -296,7 +296,7 @@ render_osd(struct server *server, cairo_t *cairo, int w, int h,
|
|||
* theme->osd_window_switcher_item_padding_x)
|
||||
* field->width / 100.0;
|
||||
pango_layout_set_width(layout, field_width * PANGO_SCALE);
|
||||
pango_layout_set_text(layout, buf.buf, -1);
|
||||
pango_layout_set_text(layout, buf.data, -1);
|
||||
pango_cairo_show_layout(cairo, layout);
|
||||
x += field_width + theme->osd_window_switcher_item_padding_x;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue