It's only Display* in eglGetDisplay
}
bool yagl_host_eglGetDisplay(yagl_host_handle* retval,
- target_ulong /* Display* */ display_id)
+ target_ulong /* void* */ display_id)
{
struct yagl_egl_display *dpy;
bool yagl_host_eglGetError(EGLint* retval);
bool yagl_host_eglGetDisplay(yagl_host_handle* retval,
- target_ulong /* Display* */ display_id);
+ target_ulong /* void* */ display_id);
bool yagl_host_eglInitialize(EGLBoolean* retval,
yagl_host_handle dpy_,
target_ulong /* EGLint* */ major,
/*
* Whenever protocol changes be sure to bump this.
*/
-#define YAGL_VERSION 18
+#define YAGL_VERSION 19
#endif