diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-07 09:30:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-07 09:30:27 +0200 |
commit | f640a3ed3390f8be9f8893c4487c34a59dd3099d (patch) | |
tree | 640fc6a3353226d90a1efdf09455037abe88476f /project.conf | |
parent | 8b98c612f7b17feaafabc48ad584498e1198f5ee (diff) |
Use window texture (xcomposite) for background if the window is fullscreen on the selected monitor
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/project.conf b/project.conf index d1d3a65..3421e7b 100644 --- a/project.conf +++ b/project.conf @@ -8,4 +8,7 @@ platforms = ["posix"] version = "c++17" [config] -ignore_dirs = ["build", "gpu-screen-recorder-overlay-daemon"]
\ No newline at end of file +ignore_dirs = ["build", "gpu-screen-recorder-overlay-daemon"] + +[dependencies] +xcomposite = ">=0"
\ No newline at end of file |