diff options
| author | allusive-dev <[email protected]> | 2023-11-15 15:13:38 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-15 15:13:38 +1100 |
| commit | f481ea09f9f69c96575662d7b67d290f380aee83 (patch) | |
| tree | 9155652619c26d1a028ddc63eb7a0c29094dd0d3 /src/picom.modulemap | |
| parent | Update README.md (diff) | |
| download | compfy-f481ea09f9f69c96575662d7b67d290f380aee83.tar.xz compfy-f481ea09f9f69c96575662d7b67d290f380aee83.zip | |
merge with compfy again lol1.6.0
Diffstat (limited to 'src/picom.modulemap')
| -rw-r--r-- | src/picom.modulemap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picom.modulemap b/src/picom.modulemap index 787c4ff..621ad81 100644 --- a/src/picom.modulemap +++ b/src/picom.modulemap @@ -20,8 +20,8 @@ module utils { module region { header "region.h" } -module picom { - header "picom.h" +module compfy { + header "compfy.h" } module types { header "types.h" |