|
@@ -128,12 +128,23 @@ void get_window_class(struct dstr *class, HWND hwnd)
|
|
|
|
|
|
/* not capturable or internal windows */
|
|
/* not capturable or internal windows */
|
|
static const char *internal_microsoft_exes[] = {
|
|
static const char *internal_microsoft_exes[] = {
|
|
|
|
+ "startmenuexperiencehost",
|
|
"applicationframehost",
|
|
"applicationframehost",
|
|
|
|
+ "peopleexperiencehost",
|
|
"shellexperiencehost",
|
|
"shellexperiencehost",
|
|
|
|
+ "microsoft.notes",
|
|
"windowsinternal",
|
|
"windowsinternal",
|
|
|
|
+ "systemsettings",
|
|
|
|
+ "textinputhost",
|
|
"winstore.app",
|
|
"winstore.app",
|
|
|
|
+ "searchapp",
|
|
|
|
+ "video.ui",
|
|
"searchui",
|
|
"searchui",
|
|
"lockapp",
|
|
"lockapp",
|
|
|
|
+ "cortana",
|
|
|
|
+ "gamebar",
|
|
|
|
+ "tabtip",
|
|
|
|
+ "time",
|
|
NULL,
|
|
NULL,
|
|
};
|
|
};
|
|
|
|
|