button: refactor xbm code

- Rename src/xbm/ to src/button/
- Combine xbm.c parse.c tokenize.c into button-xbm.c

No functional change
This commit is contained in:
Johan Malm 2023-08-10 15:50:25 +01:00 committed by Johan Malm
parent 3111c57d6f
commit 03bc2ada47
12 changed files with 315 additions and 391 deletions

3
src/button/meson.build Normal file
View file

@ -0,0 +1,3 @@
labwc_sources += files(
'button-xbm.c',
)