summaryrefslogtreecommitdiff
path: root/src/atimisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimisc.c')
-rw-r--r--src/atimisc.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/atimisc.c b/src/atimisc.c
index a84eac4..61801eb 100644
--- a/src/atimisc.c
+++ b/src/atimisc.c
@@ -19,6 +19,9 @@
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
+ *
+ * DRI support by:
+ * Leif Delgass <ldelgass@retinalburn.net>
*/
#ifdef XFree86LOADER
@@ -81,6 +84,13 @@ ATISetup
#endif /* AVOID_CPIO */
+#ifdef XF86DRI
+
+ ATIdrmSymbols,
+ ATIdriSymbols,
+
+#endif /* XF86DRI */
+
ATIfbSymbols,
ATIshadowfbSymbols,
ATIxaaSymbols,