Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.

This commit is contained in:
Keith Whitwell
2004-04-29 12:23:39 +00:00
parent c35dcfcf0a
commit 74d563cdfb
39 changed files with 236 additions and 1378 deletions
+5
View File
@@ -35,6 +35,9 @@
* \author Ian Romanick <idr@us.ibm.com>
*/
#ifndef DRI_INTERFACE_H
#define DRI_INTERFACE_H
/* FIXME: With a small amount of work, these two includes can be removed. */
#include <X11/Xlib.h>
#include <GL/glx.h>
@@ -497,3 +500,5 @@ struct __DRIdrawableRec {
*/
unsigned swap_interval;
};
#endif