mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 15:00:43 +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();
|
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");
|
fprintf(stderr, "Error: -fm 'content' is currently only supported on X11 and when capturing a single window.\n");
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user