mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 17:17:16 +09:00
Allow -fm content with monitor capture on x11
This commit is contained in:
@@ -2771,7 +2771,7 @@ int main(int argc, char **argv) {
|
||||
usage();
|
||||
}
|
||||
|
||||
if(framerate_mode == FramerateMode::CONTENT && (wayland || is_monitor_capture)) {
|
||||
if(framerate_mode == FramerateMode::CONTENT && wayland) {
|
||||
fprintf(stderr, "Error: -fm 'content' is currently only supported on X11 and when capturing a single window.\n");
|
||||
usage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user