summaryrefslogtreecommitdiff
path: root/src/egl/drivers/xdri/driinit.h
blob: 6ea05cebefd6dcf71151530aa6219b0f226e9eae (plain)
1
2
3
4
5
6
7
8
9
#ifndef DRIINIT_INCLUDED
#define DRIINIT_INCLUDED

#include "glxclient.h"

extern __GLXDRIdisplay *
__driCreateDisplay(__GLXdisplayPrivate *dpyPriv, int *version);

#endif /* DRIINIT_INCLUDED */