kill __driRegisterExtensions(), none of the functions did anything
[mesa.git] / src / mesa / drivers / dri / x11 / x11_dri.h
1 typedef struct {
2
3 void *frontBuffer;
4 void *backBuffer;
5 void *currentBuffer;
6 int currentPitch;
7
8 int depthCpp;
9 void *depthBuffer;
10 int depthPitch;
11
12 } x11ScreenPrivate;