labwc/src/common/meson.build
tokyo4j 12cae9c7ee Add scaled_rect_buffer
scaled_rect_buffer is an implementation of scaled_scene_buffer and shows
an auto-scaling bordered rectangle. This is intended for menu borders,
but can be also useful for other elements like window switcher items.

We will support rounded corners for scaled_rect_buffer in the future.
2024-11-25 19:41:07 +00:00

24 lines
410 B
Meson

labwc_sources += files(
'direction.c',
'box.c',
'buf.c',
'dir.c',
'fd-util.c',
'file-helpers.c',
'font.c',
'grab-file.c',
'graphic-helpers.c',
'match.c',
'mem.c',
'nodename.c',
'parse-bool.c',
'parse-double.c',
'scaled-font-buffer.c',
'scaled-rect-buffer.c',
'scaled-scene-buffer.c',
'scene-helpers.c',
'set.c',
'surface-helpers.c',
'spawn.c',
'string-helpers.c',
)