follow focused

This commit is contained in:
dec05eba
2022-12-01 00:47:30 +01:00
parent 6a6bb703bc
commit 4e6fc174fe
14 changed files with 345 additions and 277 deletions

View File

@@ -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;