From 985d96bf89b5d46a7bc7885578000a4f5ebc56d8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 11 Feb 2024 15:33:55 +0100 Subject: Fix nvfbc capture crash on start --- include/capture/nvfbc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/capture/nvfbc.h') 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; -- cgit v1.2.3