changeset 15 | 0e812fe67bac |
parent 12 | a105b5eee02f |
child 160 | f7d962d25af4 |
1.1 --- a/Hardware/ATI/ADL.cs Sun Jan 31 20:57:18 2010 +0000 1.2 +++ b/Hardware/ATI/ADL.cs Sun Jan 31 22:00:31 2010 +0000 1.3 @@ -110,7 +110,7 @@ 1.4 public const int ADL_MAX_DISPLAYS = 40; 1.5 public const int ADL_MAX_DEVICENAME = 32; 1.6 public const int ADL_OK = 0; 1.7 - public const int ADL_FAIL = -1; 1.8 + public const int ADL_ERR = -1; 1.9 public const int ADL_DRIVER_OK = 0; 1.10 public const int ADL_MAX_GLSYNC_PORTS = 8; 1.11 public const int ADL_MAX_GLSYNC_PORT_LEDS = 8;