mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
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.
24 lines
410 B
Meson
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',
|
|
)
|