aboutsummaryrefslogtreecommitdiff
path: root/window_texture.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-19 19:59:42 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-19 19:59:42 +0200
commit788e36d71469822d6c566a292c2002d8dae115cc (patch)
treea3b90bdc451a9eaf9bef193f4bd1a74c784fce7f /window_texture.c
parent3f9bf43a4accc2e90390a348b67b6748f3a90cce (diff)
commentsHEADmaster
Diffstat (limited to 'window_texture.c')
-rw-r--r--window_texture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window_texture.c b/window_texture.c
index a4dbb38..dbb83e7 100644
--- a/window_texture.c
+++ b/window_texture.c
@@ -95,6 +95,7 @@ int window_texture_on_resize(WindowTexture *self) {
image = eglCreateImage(self->egl_display, NULL, EGL_NATIVE_PIXMAP_KHR, (EGLClientBuffer)pixmap, pixmap_attrs);
if(!image) {
+ /* One reason this can happen is if the egl display is not the same as the X11 display passed to window_texture_init */
result = 4;
goto cleanup;
}