diff options
Diffstat (limited to 'include/window_texture.h')
-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 75bb2a7..6ee5df4 100644 --- a/include/window_texture.h +++ b/include/window_texture.h @@ -7,6 +7,7 @@ typedef struct { Display *display; Window window; Pixmap pixmap; + EGLImage image; unsigned int texture_id; int redirected; gsr_egl *egl; |