From 4e6fc174fe02d3ddb0d3dfe5894a31502df9b1ed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Dec 2022 00:47:30 +0100 Subject: follow focused --- include/window_texture.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/window_texture.h') 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; -- cgit v1.2.3