]> git.mdlowis.com Git - proto/labwc.git/commit
include/: refactor header files more
authorJohan Malm <jgm323@gmail.com>
Mon, 3 Aug 2020 19:56:38 +0000 (20:56 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 3 Aug 2020 19:56:38 +0000 (20:56 +0100)
commit4d1363dcae3a1ac1f38876ba3693dcdb7d43415e
treeec5df2da300a931b445728e740905266cf8864dc
parent53266a0d5a76ca15b624b02ebe0fd16c5eb08a7e
include/: refactor header files more
32 files changed:
README.md
data/themes/labwc-default/openbox-3/themerc [moved from data/themerc with 100% similarity]
include/common/buf.h
include/common/bug-on.h
include/common/spawn.h [new file with mode: 0644]
include/config/config-dir.h
include/config/keybind.h [new file with mode: 0644]
include/config/rcxml.h [moved from include/rcxml.h with 55% similarity]
include/labwc.h
include/spawn.h [deleted file]
include/theme/theme-dir.h
include/theme/theme.h [moved from include/theme.h with 86% similarity]
include/theme/xbm/parse.h
include/theme/xbm/tokenize.h
include/theme/xbm/xbm.h
src/action.c
src/common/spawn.c
src/config/keybind.c
src/config/rcxml.c
src/debug/dbg.c
src/deco.c
src/main.c
src/output.c
src/theme/theme-dir.c
src/theme/theme.c
src/theme/xbm/xbm.c
tests/t1000-rcxml-simple-parse.c
tests/t1001-rcxml-nodenames-simple.c
tools/hex/Makefile
tools/rcxml/rcxml-print-nodenames.c
tools/theme/Makefile
tools/theme/theme-helper.c