EGL_MESA_screen_surface version 7

Jon Smirl jonsmirl at gmail.com
Fri Apr 29 11:11:14 PDT 2005


const char *eglQueryModeStringMESA(EGLDisplay dpy, EGLModeMESA mode);

Should this be changed to:
int eglQueryModeStringMESA(EGLDisplay dpy, EGLModeMESA mode, const char **name);
can return:
EGL_BAD_DISPLAY
EGL_BAD_MODE

Should all functions be changed to var params with int error returns?

-- 
Jon Smirl
jonsmirl at gmail.com


More information about the dri-egl mailing list