diff options
author | Eric Anholt <eric@anholt.net> | 2006-11-01 12:42:56 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-11-01 12:42:56 -0800 |
commit | 7971c401554c218c84a8c45335c9b31bbccfece7 (patch) | |
tree | 21924c06732726f0edac0906bc84cbd212345625 /src/i830_crt.c | |
parent | fb94c1210966f7875e5f034f10ea31c06c502c3a (diff) |
Attempt to pull monitor physical size information out of DDC EDID data.
Diffstat (limited to 'src/i830_crt.c')
-rw-r--r-- | src/i830_crt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_crt.c b/src/i830_crt.c index 407ebe3d..0225727b 100644 --- a/src/i830_crt.c +++ b/src/i830_crt.c @@ -32,6 +32,7 @@ #include "xf86.h" #include "i830.h" #include "i830_xf86Modes.h" + static void i830_crt_dpms(ScrnInfoPtr pScrn, I830OutputPtr output, int mode) { |