aboutsummaryrefslogtreecommitdiff
path: root/include/window_texture.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-31 10:31:47 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-31 10:31:47 +0200
commitbfa468ba34d792316398f1d27f94cfce5b7aa8ab (patch)
tree49341aaa7b3c05fcd41006056071d4a9a96e1e71 /include/window_texture.h
parentafe16ef464e408a529b593b81865e8e105667c47 (diff)
Fix after xfixes update, add --follow-focused to make vr-video-player automatically update when the focused window changes
Diffstat (limited to 'include/window_texture.h')
-rw-r--r--include/window_texture.h1
1 files changed, 1 insertions, 0 deletions
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 */