changeset 4286:05c2acdf6f91

Checking for RGB boundaries
author nick
date Sun, 20 Jan 2002 18:50:58 +0000
parents 20806e535b96
children 438345c64f3a
files vidix/drivers/radeon_vid.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/drivers/radeon_vid.c	Sun Jan 20 18:36:09 2002 +0000
+++ b/vidix/drivers/radeon_vid.c	Sun Jan 20 18:50:58 2002 +0000
@@ -1107,6 +1107,9 @@
   RTFCheckParam(equal.saturation);
   RTFCheckParam(equal.contrast);
   RTFCheckParam(equal.hue);
+  RTFCheckParam(equal.red_intense);
+  RTFCheckParam(equal.green_intense);
+  RTFCheckParam(equal.blue_intense);
   radeon_set_transform(RTFBrightness(equal.brightness),
 		       RTFContrast(equal.contrast),
 		       RTFSaturation(equal.saturation),