aboutsummaryrefslogtreecommitdiff
path: root/window_texture.h
diff options
context:
space:
mode:
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 */