diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-01 00:47:30 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-20 15:32:42 +0100 |
commit | 4e6fc174fe02d3ddb0d3dfe5894a31502df9b1ed (patch) | |
tree | 033dca81f26edf5f662406b902ca6fe6e2fd4f5e /include/window_texture.h | |
parent | 6a6bb703bce2d844175950ede4bda5d06dc5a8ae (diff) |
follow focused
Diffstat (limited to 'include/window_texture.h')
-rw-r--r-- | include/window_texture.h | 3 |
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; |