comparison libvo/vo_xmga.c @ 31364:317649676214

Rename libvo/mga_common.c --> libvo/mga_template.c. This file is not compiled but just #included and all other similar files follow the naming scheme of having a "_template.c" suffix.
author diego
date Wed, 16 Jun 2010 13:55:09 +0000
parents 7681eab10aea
children 4a890f542e69
comparison
equal deleted inserted replaced
31363:402ad9e8caed 31364:317649676214
80 static XSetWindowAttributes xWAttribs; 80 static XSetWindowAttributes xWAttribs;
81 81
82 static int initialized = 0; 82 static int initialized = 0;
83 83
84 #define VO_XMGA 84 #define VO_XMGA
85 #include "mga_common.c" 85 #include "mga_template.c"
86 #undef VO_XMGA 86 #undef VO_XMGA
87 87
88 static void mDrawColorKey(void) 88 static void mDrawColorKey(void)
89 { 89 {
90 XSetBackground(mDisplay, vo_gc, 0); 90 XSetBackground(mDisplay, vo_gc, 0);