diff options
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 */ |