]> git.mdlowis.com Git - proto/labwc.git/commit
Add common/match.c with match_glob() from theme.c
authorJohan Malm <jgm323@gmail.com>
Fri, 28 Apr 2023 20:21:08 +0000 (21:21 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 4 May 2023 21:09:55 +0000 (22:09 +0100)
commit71f5ac83238054309e38434442a4c0fbc19b6a74
tree2e7bd2e44356cef0acacfb65684a9904d82cbcf8
parente1725e17b249b892afd39f33e7f13755e49a11f9
Add common/match.c with match_glob() from theme.c

...and make it fully case-insensitive in preparation for window-rules.
include/common/match.h [new file with mode: 0644]
src/common/match.c [new file with mode: 0644]
src/common/meson.build
src/theme.c