win-capture: Expose helper funcs to get win. class/title
This commit is contained in:
@@ -14,6 +14,8 @@ enum window_search_mode {
|
||||
};
|
||||
|
||||
extern bool get_window_exe(struct dstr *name, HWND window);
|
||||
extern void get_window_title(struct dstr *name, HWND hwnd);
|
||||
extern void get_window_class(struct dstr *class, HWND hwnd);
|
||||
|
||||
extern void fill_window_list(obs_property_t *p, enum window_search_mode mode);
|
||||
|
||||
|
Reference in New Issue
Block a user