]> git.mdlowis.com Git - proto/labwc.git/commit
mv xbm/ ..
authorJohan Malm <jgm323@gmail.com>
Mon, 31 Aug 2020 19:01:08 +0000 (20:01 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 31 Aug 2020 19:01:08 +0000 (20:01 +0100)
commitfd8d9a395d05d4ce68296ae0b1cd7d153025d0d6
treed25d71004fb83f75248731e94410a19cc4d8d510
parenta042aad9f613bff098881c9a9e632597f6e547a3
mv xbm/ ..
16 files changed:
include/xbm/parse.h [moved from include/theme/xbm/parse.h with 95% similarity]
include/xbm/tokenize.h [moved from include/theme/xbm/tokenize.h with 100% similarity]
include/xbm/xbm.h [moved from include/theme/xbm/xbm.h with 88% similarity]
src/main.c
src/meson.build
src/theme/meson.build
src/xbm/meson.build [moved from src/theme/xbm/meson.build with 100% similarity]
src/xbm/parse.c [moved from src/theme/xbm/parse.c with 98% similarity]
src/xbm/tokenize.c [moved from src/theme/xbm/tokenize.c with 98% similarity]
src/xbm/xbm.c [moved from src/theme/xbm/xbm.c with 97% similarity]
tools/rcxml/Makefile
tools/rcxml/rcxml-print-nodenames.c
tools/theme/Makefile
tools/xbm/Makefile
tools/xbm/xbm-parse.c
tools/xbm/xbm-tokenize.c