summaryrefslogtreecommitdiff
path: root/src/atidri.h
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2004-12-19 06:56:37 +0000
committerAlex Deucher <agd5f@yahoo.com>2004-12-19 06:56:37 +0000
commit97cfd7b1489a9510cd233d6dc7154c210f32b9f5 (patch)
tree9dc5f4c31e299877129273d3fc343a28813180bd /src/atidri.h
parent5b8577ae3200d967b4316156f16028cbcfd21983 (diff)
- Add DRI resume support (Micha Feigin) bug 2063
Diffstat (limited to 'src/atidri.h')
-rw-r--r--src/atidri.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/atidri.h b/src/atidri.h
index 77622bb..3df07ec 100644
--- a/src/atidri.h
+++ b/src/atidri.h
@@ -38,6 +38,10 @@
#define ATI_AGP_MAX_MODE 2
+/* Imported from the radeon suspend code writen by cpbotha@ieee.org
+ * to enable suspend/resume support for the mach64 card.
+ */
+extern void ATIDRIResume(ScreenPtr pScreen);
extern Bool ATIDRIScreenInit(ScreenPtr);
extern Bool ATIDRIFinishScreenInit(ScreenPtr);
extern void ATIDRICloseScreen(ScreenPtr);