mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
Removing newlines in rc.xml and menu.xml caused parser error with following content: <!-- - - Some comments - --> ...though it is a valid XML. Let's not do that. I moved `grab_file()` to `buf.c` and renamed it to `buf_from_file()`, because it now directly touches `struct buf` and I don't like having a source file only for one function. |
||
|---|---|---|
| .. | ||
| menu.c | ||
| meson.build | ||