Просмотр исходного кода

win-capture: Add SDL_app to list of generic classes

derrod 5 месяцев назад
Родитель
Сommit
56f75bd3e0
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      libobs/util/windows/window-helpers.c

+ 1 - 0
libobs/util/windows/window-helpers.c

@@ -468,6 +468,7 @@ static int window_rating(HWND window, enum window_priority priority, const char
 
 static const char *generic_class_substrings[] = {
 	"Chrome",
+	"SDL_app",
 	NULL,
 };