aboutsummaryrefslogtreecommitdiff
path: root/window_texture.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-31 10:27:32 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-31 10:27:32 +0200
commit00eac1ed9befc41712e431c7569e0e86e5dffccf (patch)
tree7e92e19bd0da539d79c109eea945c9f6fa85a8c6 /window_texture.h
parentbfd4dfe92ae0fafc1041c4a4d1024e8b0ef72443 (diff)
Safe cleanup of redirect
Diffstat (limited to 'window_texture.h')
-rw-r--r--window_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window_texture.h b/window_texture.h
index d543a79..acf349a 100644
--- a/window_texture.h
+++ b/window_texture.h
@@ -13,6 +13,7 @@ typedef struct {
Pixmap pixmap;
GLXPixmap glx_pixmap;
GLuint texture_id;
+ int redirected;
} WindowTexture;
/* Returns 0 on success */