From bfa468ba34d792316398f1d27f94cfce5b7aa8ab Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 31 May 2021 10:31:47 +0200 Subject: Fix after xfixes update, add --follow-focused to make vr-video-player automatically update when the focused window changes --- include/window_texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/window_texture.h b/include/window_texture.h index d543a79..acf349a 100644 --- a/include/window_texture.h +++ b/include/window_texture.h @@ -13,6 +13,7 @@ typedef struct { Pixmap pixmap; GLXPixmap glx_pixmap; GLuint texture_id; + int redirected; } WindowTexture; /* Returns 0 on success */ -- cgit v1.2.3