From 1cadbbbb3a78933f28c113bb8cfab12b25d92ec8 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 26 Dec 2007 23:46:36 +0000 Subject: =?UTF-8?q?Correct=20another=20color=E2=86=92colour=20change=20to?= =?UTF-8?q?=20a=20struct=20member=20name.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/video_out/vidix/drivers/savage_vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_out/vidix/drivers/savage_vid.c b/src/video_out/vidix/drivers/savage_vid.c index 0ad7b0b15..17040cc15 100644 --- a/src/video_out/vidix/drivers/savage_vid.c +++ b/src/video_out/vidix/drivers/savage_vid.c @@ -1140,7 +1140,7 @@ vixSetGrKeys (const vidix_grkey_t * grkey) info->use_colorkey = 1; info->vidixcolorkey = ((grkey->ckey.red<<16)|(grkey->ckey.green<<8)|grkey->ckey.blue); - printf("[savage_vid] set colour key 0x%x\n",info->vidixcolourkey); + printf("[savage_vid] set colour key 0x%x\n",info->vidixcolorkey); } //FIXME: freezes if streams arent enabled SavageSetColorKeyOld(); -- cgit v1.2.3