Rename node-descriptor.c to node.c

...in anticipation of adding helpers like node_view_from_node()
This commit is contained in:
Johan Malm 2022-03-02 21:07:04 +00:00
parent 51e02e2afa
commit 30298228e3
9 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ labwc_sources = files(
'key-state.c',
'layers.c',
'main.c',
'node-descriptor.c',
'node.c',
'osd.c',
'output.c',
'resistance.c',