mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
ssd_part_type contains several node types that are not actually part of server-side decorations (ROOT, MENU, OSD, etc.) Rename it accordingly and move it to a common location, along with some related conversion/comparison functions.
24 lines
376 B
Meson
24 lines
376 B
Meson
labwc_sources += files(
|
|
'box.c',
|
|
'buf.c',
|
|
'dir.c',
|
|
'edge.c',
|
|
'fd-util.c',
|
|
'file-helpers.c',
|
|
'font.c',
|
|
'grab-file.c',
|
|
'graphic-helpers.c',
|
|
'lab-scene-rect.c',
|
|
'match.c',
|
|
'mem.c',
|
|
'nodename.c',
|
|
'node-type.c',
|
|
'parse-bool.c',
|
|
'parse-double.c',
|
|
'scene-helpers.c',
|
|
'set.c',
|
|
'surface-helpers.c',
|
|
'spawn.c',
|
|
'string-helpers.c',
|
|
'xml.c',
|
|
)
|