diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-22 20:16:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-22 20:17:29 +0200 |
commit | 9ba96b7205a798d32c2ade05968bc3e1f2ac83f1 (patch) | |
tree | ffbbd9ab7c41142d3779f526f6c8855598896eea /src/main.cpp | |
parent | c96f804a6cf20d07f56bf4a923997bf1aa5a9e9b (diff) |
Disable wlroots capture until its fixed
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e5d721d..6856203 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,7 +97,7 @@ static std::string record_file_current_filename; static bool nvfbc_installed = false; static bool wayland = false; -char drm_card_path[128]; +static char drm_card_path[128]; static gsr_egl egl; enum class HotkeyMode { |