diff options
author | Eric Anholt <eric@anholt.net> | 2006-10-04 15:00:19 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-10-04 18:48:17 -0700 |
commit | 103b4edce7859ddf58f3e1fadeb427a5e85c7acd (patch) | |
tree | 3907bea3aa233a1587d075fe81bd515d8d5fa4c5 /src/i830_sdvo.h | |
parent | 3e6f81f70f65a5ba6b5c3a4e0eeaf67776a5f54d (diff) |
Move the save, restore, and DPMS per-output settings to per-output files.
Diffstat (limited to 'src/i830_sdvo.h')
-rw-r--r-- | src/i830_sdvo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i830_sdvo.h b/src/i830_sdvo.h index 52621e03..73ecf32b 100644 --- a/src/i830_sdvo.h +++ b/src/i830_sdvo.h @@ -56,13 +56,13 @@ typedef struct _i830_sdvo_dtd { } __attribute__((packed)) i830_sdvo_dtd; void -i830SDVOSave(ScrnInfoPtr pScrn, int output_index); +i830SDVODPMS(ScrnInfoPtr pScrn, I830OutputPtr output, int mode); void -i830SDVOPreRestore(ScrnInfoPtr pScrn, int output_index); +i830SDVOSave(ScrnInfoPtr pScrn, I830OutputPtr output); void -i830SDVOPostRestore(ScrnInfoPtr pScrn, int output_index); +i830SDVORestore(ScrnInfoPtr pScrn, I830OutputPtr output); Bool I830DetectSDVODisplays(ScrnInfoPtr pScrn, int output_index); |