diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-31 10:31:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-31 10:31:47 +0200 |
commit | bfa468ba34d792316398f1d27f94cfce5b7aa8ab (patch) | |
tree | 49341aaa7b3c05fcd41006056071d4a9a96e1e71 /include | |
parent | afe16ef464e408a529b593b81865e8e105667c47 (diff) |
Fix after xfixes update, add --follow-focused to make vr-video-player automatically update when the focused window changes
Diffstat (limited to 'include')
-rw-r--r-- | include/window_texture.h | 1 |
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 */ |