Use window texture (xcomposite) for background if the window is fullscreen on the selected monitor

This commit is contained in:
dec05eba
2024-08-07 09:30:27 +02:00
parent 8b98c612f7
commit f640a3ed33
6 changed files with 303 additions and 28 deletions

View File

@@ -8,4 +8,7 @@ platforms = ["posix"]
version = "c++17"
[config]
ignore_dirs = ["build", "gpu-screen-recorder-overlay-daemon"]
ignore_dirs = ["build", "gpu-screen-recorder-overlay-daemon"]
[dependencies]
xcomposite = ">=0"