diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-11 15:33:55 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-11 15:33:55 +0100 |
commit | 985d96bf89b5d46a7bc7885578000a4f5ebc56d8 (patch) | |
tree | 962e0e163b5d36dc453672ba604fa1c39be6164d /include/capture | |
parent | 164145db29e76725a6b0a6ef1d0b0e5bc88fdd70 (diff) |
Fix nvfbc capture crash on start
Diffstat (limited to 'include/capture')
-rw-r--r-- | include/capture/nvfbc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/capture/nvfbc.h b/include/capture/nvfbc.h index 5678473..a5df81c 100644 --- a/include/capture/nvfbc.h +++ b/include/capture/nvfbc.h @@ -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; |