From 00eac1ed9befc41712e431c7569e0e86e5dffccf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 31 May 2021 10:27:32 +0200 Subject: Safe cleanup of redirect --- window_texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'window_texture.h') diff --git a/window_texture.h b/window_texture.h index d543a79..acf349a 100644 --- a/window_texture.h +++ b/window_texture.h @@ -13,6 +13,7 @@ typedef struct { Pixmap pixmap; GLXPixmap glx_pixmap; GLuint texture_id; + int redirected; } WindowTexture; /* Returns 0 on success */ -- cgit v1.2.3