diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-28 12:56:36 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-05-28 12:56:36 -0600 |
commit | 0c8908c411c434eda318b41b4f2a370a1e794831 (patch) | |
tree | d8a1fd0e24383fb3f5e279f33da4c5f8b4c271c5 /src/egl/main/egltypedefs.h | |
parent | e94d383b9ba7964da9fefac2a55e10c00ee72392 (diff) |
egl: added args string to _eglMain()
Diffstat (limited to 'src/egl/main/egltypedefs.h')
-rw-r--r-- | src/egl/main/egltypedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h index 53810a5a44..b1c8ec1f02 100644 --- a/src/egl/main/egltypedefs.h +++ b/src/egl/main/egltypedefs.h @@ -30,7 +30,7 @@ typedef struct _egl_thread_info _EGLThreadInfo; typedef void (*_EGLProc)(); -typedef _EGLDriver *(*_EGLMain_t)(_EGLDisplay *dpy); +typedef _EGLDriver *(*_EGLMain_t)(_EGLDisplay *dpy, const char *args); #endif /* EGLTYPEDEFS_INCLUDED */ |