diff options
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" |