-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from WayfireWM/update-subprojects
Update subprojects
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule filters
updated
6 files
+38 −0 | ipc-scripts/filter-tiled.py | |
+11 −0 | ipc-scripts/fs-has-shader.py | |
+2 −2 | ipc-scripts/view-has-shader.py | |
+0 −75 | ipc-scripts/wayfire_socket.py | |
+95 −0 | shaders/rounded-corners | |
+50 −0 | src/filters.cpp |
Submodule pixdecor
updated
11 files
+50 −0 | metadata/pixdecor.xml | |
+10 −5 | src/deco-button.cpp | |
+5 −4 | src/deco-button.hpp | |
+36 −19 | src/deco-layout.cpp | |
+2 −3 | src/deco-layout.hpp | |
+74 −21 | src/deco-subsurface.cpp | |
+22 −0 | src/deco-subsurface.hpp | |
+142 −23 | src/deco-theme.cpp | |
+0 −1 | src/deco-theme.hpp | |
+56 −2 | src/decoration.cpp | |
+66 −3 | src/shade.hpp |