Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2
[mesa.git] / src / egl / main / eglx.h
1 #ifndef EGLX_INCLUDED
2 #define EGLX_INCLUDED
3
4
5 #include "egldisplay.h"
6
7
8 extern const char *
9 _xeglChooseDriver(_EGLDisplay *dpy);
10
11
12 #endif /* EGLX_INCLUDED */