mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
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:
parent
a6a03daae3
commit
041612817d
12 changed files with 315 additions and 391 deletions
3
src/button/meson.build
Normal file
3
src/button/meson.build
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
labwc_sources += files(
|
||||
'button-xbm.c',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue