Pause frame processing when window is not active
This commit is contained in:
@@ -31,3 +31,5 @@ void mp_main_capture_completed(GdkTexture *thumb, const char *fname);
|
||||
void mp_main_set_zbar_result(MPZBarScanResult *result);
|
||||
|
||||
int remap(int value, int input_min, int input_max, int output_min, int output_max);
|
||||
|
||||
bool check_window_active();
|
Reference in New Issue
Block a user