]> git.mdlowis.com Git - proto/labwc.git/commit
Simplify and merge {config,theme}-dir.c
authorJohan Malm <jgm323@gmail.com>
Mon, 10 Aug 2020 16:24:17 +0000 (17:24 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 10 Aug 2020 16:24:17 +0000 (17:24 +0100)
commitf003abf608d30f6502dd87be08f14ef2c65e7c90
tree9e88bee4012b021cc0f51fb0a2eedfceb83c047f
parentfc6fca69455b1f653c9dab5350d2c0678d9ca883
Simplify and merge {config,theme}-dir.c
20 files changed:
include/common/dir.h [moved from include/theme/theme-dir.h with 61% similarity]
include/config/config-dir.h [deleted file]
src/common/dir.c [new file with mode: 0644]
src/common/meson.build
src/config/config-dir.c [deleted file]
src/config/meson.build
src/config/rcxml.c
src/theme/meson.build
src/theme/theme-dir.c [deleted file]
src/theme/theme.c
src/theme/xbm/xbm.c
tests/meson.build
tools/dirs/Makefile [new file with mode: 0644]
tools/dirs/dir-list [new file with mode: 0755]
tools/dirs/dir-list.c [new file with mode: 0644]
tools/rcxml/Makefile
tools/theme/Makefile
tools/xbm/Makefile
tools/xbm/xbm-parse.c
tools/xbm/xbm-tokenize.c