]> git.mdlowis.com Git - proto/labwc.git/commit
Add theme.c to parse openbox's themerc
authorJohan Malm <jgm323@gmail.com>
Thu, 11 Jun 2020 20:20:43 +0000 (21:20 +0100)
committerJohan Malm <jgm323@gmail.com>
Thu, 11 Jun 2020 20:20:43 +0000 (21:20 +0100)
commitd40445da1d77e02ec8107fd6ee99f7841d095144
tree7502b244d8b5d663fc09c749a11bc379f40a856d
parent0ede4c61e689660b58ef76558a6907e4c634e7d5
Add theme.c to parse openbox's themerc
data/themerc [new file with mode: 0644]
include/theme.h [new file with mode: 0644]
src/main.c
src/meson.build
src/output.c
src/theme/meson.build [new file with mode: 0644]
src/theme/theme.c [new file with mode: 0644]
tools/theme/.gitignore [new file with mode: 0644]
tools/theme/Makefile [new file with mode: 0644]
tools/theme/theme-helper.c [new file with mode: 0644]