diff options
author | Zack Rusin <zackr@vmware.com> | 2009-08-24 16:39:25 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2009-08-24 16:39:25 -0400 |
commit | cd5c7bfd93bf207d28610a484b732b8d3eca6059 (patch) | |
tree | 61725df97ac4015709bc7c869e01401fcb0d3d93 /src/egl/drivers/xdri/driinit.h | |
parent | 534c13302291c07a44afd528f4c758ced4296db5 (diff) | |
parent | 4bccd693a72a0b42dffc849034263a68e779ca91 (diff) |
Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'src/egl/drivers/xdri/driinit.h')
-rw-r--r-- | src/egl/drivers/xdri/driinit.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/egl/drivers/xdri/driinit.h b/src/egl/drivers/xdri/driinit.h new file mode 100644 index 0000000000..6ea05cebef --- /dev/null +++ b/src/egl/drivers/xdri/driinit.h @@ -0,0 +1,9 @@ +#ifndef DRIINIT_INCLUDED +#define DRIINIT_INCLUDED + +#include "glxclient.h" + +extern __GLXDRIdisplay * +__driCreateDisplay(__GLXdisplayPrivate *dpyPriv, int *version); + +#endif /* DRIINIT_INCLUDED */ |