diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2009-06-17 17:25:38 +0200 |
---|---|---|
committer | Paul Menzel <paulepanter@users.sourceforge.net> | 2009-06-17 17:25:38 +0200 |
commit | d7d18c86fafdb70219f2a33c358118e89acac5e5 (patch) | |
tree | 61c685ba9c7973b3e27cee7d7c3a07bc71481be6 /src/i830_crt.c | |
parent | 0c556eea402b5f42886edf848f0904d04bf7f7e3 (diff) | |
parent | 01cd22de54d849bef21911d62fcf13a9bd66ce65 (diff) | |
download | xf86-video-intel-frc-debian-lenny-with-frc-patches.tar.gz xf86-video-intel-frc-debian-lenny-with-frc-patches.tar.bz2 |
Merge branch 'ulf' into dlfdebian-lenny-with-frc-patches
Diffstat (limited to 'src/i830_crt.c')
-rw-r--r-- | src/i830_crt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_crt.c b/src/i830_crt.c index 86ba9fb9..32aef956 100644 --- a/src/i830_crt.c +++ b/src/i830_crt.c @@ -393,7 +393,7 @@ out: i830ReleaseLoadDetectPipe (output, dpms_mode); /* - * allow Xserver to run even without a CRT connected + * allow Xserver to run even without a CRT connected to VGA-output */ status = XF86OutputStatusConnected; return status; |