diff options
author | Egbert Eich <eich@suse.de> | 2005-01-11 14:59:02 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2005-01-11 14:59:02 +0000 |
commit | b6301dc41090899b20003eab1356bc09fc5eed1a (patch) | |
tree | 3e1a20a834f92ff72a87a81d2e04efb7f425432b /hw/xfree86/ddc/edid.h | |
parent | 27fc6874b34d70a7ddae5ed8f516f6cfaab518b8 (diff) |
Minor format fix.
Added explanatory comment and debug code.
Added comment.
Diffstat (limited to 'hw/xfree86/ddc/edid.h')
-rw-r--r-- | hw/xfree86/ddc/edid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/edid.h b/hw/xfree86/ddc/edid.h index 939b4d351..f7e7a76ba 100644 --- a/hw/xfree86/ddc/edid.h +++ b/hw/xfree86/ddc/edid.h @@ -163,7 +163,6 @@ #define _VALID_TIMING(x) !(((x[0] == 0x01) && (x[1] == 0x01)) \ || ((x[0] == 0x00) && (x[1] == 0x00)) \ || ((x[0] == 0x20) && (x[1] == 0x20)) ) - #define VALID_TIMING _VALID_TIMING(c) #define _HSIZE1(x) ((x[0] + 31) * 8) #define HSIZE1 _HSIZE1(c) |