linux-capture: scan for re-created windows more often

master
MaZderMind 2020-07-15 23:21:01 +02:00 committed by Kurt Kartaltepe
parent 4b8c490ed5
commit 6bb39ea3de
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void XCompcapMain::defaults(obs_data_t *settings)
obs_data_set_default_bool(settings, "exclude_alpha", false);
}
#define FIND_WINDOW_INTERVAL 2.0
#define FIND_WINDOW_INTERVAL 0.5
struct XCompcapMain_private {
XCompcapMain_private()