summaryrefslogtreecommitdiff
path: root/EGL/yagl_offscreen_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'EGL/yagl_offscreen_image.h')
-rw-r--r--EGL/yagl_offscreen_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EGL/yagl_offscreen_image.h b/EGL/yagl_offscreen_image.h
index 6c01193..7dab5d6 100644
--- a/EGL/yagl_offscreen_image.h
+++ b/EGL/yagl_offscreen_image.h
@@ -16,7 +16,7 @@ struct yagl_offscreen_image
struct yagl_offscreen_image
*yagl_offscreen_image_create(struct yagl_display *dpy,
yagl_host_handle host_context,
- Pixmap x_pixmap,
+ struct yagl_native_drawable *native_pixmap,
const EGLint* attrib_list);
#endif