-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wayfire-shadows
updated
17 files
+17 −10 | README.md | |
+0 −83 | deco-shadow.glsl.cpp | |
+4 −4 | meson.build | |
+68 −0 | node.cpp | |
+45 −0 | node.hpp | |
+57 −14 | renderer.cpp | |
+12 −6 | renderer.hpp | |
+255 −0 | shaders.glsl.cpp | |
+0 −78 | shadow-surface.cpp | |
+0 −67 | shadow-surface.hpp | |
+0 −169 | shadows.cpp | |
+75 −0 | testconfig/bluelight.ini | |
+75 −0 | testconfig/decoborder.ini | |
+67 −0 | testconfig/glow.ini | |
+55 −0 | testconfig/minimal.ini | |
+153 −0 | winshadows.cpp | |
+27 −7 | winshadows.xml |