mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Add support for desktop portal capture (-w portal)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
#include "../include/defs.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <X11/extensions/Xrandr.h>
|
||||
|
||||
typedef struct _XRRCrtcInfo XRRCrtcInfo;
|
||||
|
||||
typedef struct {
|
||||
const char *name;
|
||||
@@ -41,4 +42,6 @@ bool gsr_get_valid_card_path(gsr_egl *egl, char *output, bool is_monitor_capture
|
||||
/* |render_path| should be at least 128 bytes in size */
|
||||
bool gsr_card_path_get_render_path(const char *card_path, char *render_path);
|
||||
|
||||
int create_directory_recursive(char *path);
|
||||
|
||||
#endif /* GSR_UTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user