summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/x11/glxinit.h
blob: 1cc7c460fe27da20f076176cb4f767cbb997fea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef GLXINIT_INCLUDED
#define GLXINIT_INCLUDED

#include <X11/Xlib.h>
#include "glxclient.h"

/* this is used by DRI loaders */
extern void
_gl_context_modes_destroy(__GLcontextModes * modes);

#endif /* GLXINIT_INCLUDED */