Fix region capture on hyprland with multiple monitors

This commit is contained in:
dec05eba
2025-04-04 20:29:32 +02:00
parent 4e614a18bc
commit 6910009e07
7 changed files with 356 additions and 7 deletions

View File

@@ -41,6 +41,9 @@ src = [
'src/main.cpp',
]
subdir('protocol')
src += protocol_src
dep = [
dependency('threads'),
dependency('libavcodec'),