summaryrefslogtreecommitdiff
path: root/src/egl/main/eglx.h
blob: 4323d558381616088922f97b4027054807625750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EGLX_INCLUDED
#define EGLX_INCLUDED


#include "egldisplay.h"


extern const char *
_xeglChooseDriver(_EGLDisplay *dpy);


#endif /* EGLX_INCLUDED */