aboutsummaryrefslogtreecommitdiff
path: root/include/window_texture.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-12-01 00:47:30 +0100
committerdec05eba <dec05eba@protonmail.com>2022-12-20 15:32:42 +0100
commit4e6fc174fe02d3ddb0d3dfe5894a31502df9b1ed (patch)
tree033dca81f26edf5f662406b902ca6fe6e2fd4f5e /include/window_texture.h
parent6a6bb703bce2d844175950ede4bda5d06dc5a8ae (diff)
follow focused
Diffstat (limited to 'include/window_texture.h')
-rw-r--r--include/window_texture.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/window_texture.h b/include/window_texture.h
index 3e7bb63..75bb2a7 100644
--- a/include/window_texture.h
+++ b/include/window_texture.h
@@ -8,9 +8,6 @@ typedef struct {
Window window;
Pixmap pixmap;
unsigned int texture_id;
- unsigned int target_texture_id;
- int texture_width;
- int texture_height;
int redirected;
gsr_egl *egl;
} WindowTexture;