Fix nvfbc capture crash on start

This commit is contained in:
dec05eba
2024-02-11 15:33:55 +01:00
parent 164145db29
commit 985d96bf89
3 changed files with 7 additions and 8 deletions

View File

@@ -9,7 +9,6 @@ typedef struct _XDisplay Display;
typedef struct {
Display *dpy;
gsr_egl *egl;
const char *display_to_capture; /* if this is "screen", then the entire x11 screen is captured (all displays). A copy is made of this */
int fps;
vec2i pos;