changeset 23039:d5e23946d776

added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade)
author ben
date Sat, 21 Apr 2007 12:03:41 +0000
parents 9525b6aac600
children c1105d1f4b7f
files vidix/vidix.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/vidix.h	Sat Apr 21 12:00:41 2007 +0000
+++ b/vidix/vidix.h	Sat Apr 21 12:03:41 2007 +0000
@@ -129,6 +129,7 @@
   CKEY_TRUE  =	1,
   CKEY_EQ    =	2,
   CKEY_NEQ   =	3,
+  CKEY_ALPHA =	4,
 } vidix_color_key_op_t;
 
 typedef struct vidix_color_key_s