From 788e36d71469822d6c566a292c2002d8dae115cc Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 19 Aug 2024 19:59:42 +0200 Subject: comments --- window_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window_texture.h') diff --git a/window_texture.h b/window_texture.h index 2cf46fb..aa0292d 100644 --- a/window_texture.h +++ b/window_texture.h @@ -21,7 +21,7 @@ typedef struct { int redirected; } WindowTexture; -/* Returns 0 on success */ +/* Returns 0 on success. The |egl_display| should be an EGLDisplay created from |display| */ int window_texture_init(WindowTexture *window_texture, Display *display, EGLDisplay egl_display, Window window); void window_texture_deinit(WindowTexture *self); -- cgit v1.2.3