comparison libvo/vo_tdfx_vid.c @ 25216:3aee342be929

Make vo info structs const
author reimar
date Sun, 02 Dec 2007 14:06:03 +0000
parents 94ec445120da
children c9e9ac2008c2
comparison
equal deleted inserted replaced
25215:5a4fad628819 25216:3aee342be929
39 39
40 #include "fastmemcpy.h" 40 #include "fastmemcpy.h"
41 #include "drivers/tdfx_vid.h" 41 #include "drivers/tdfx_vid.h"
42 42
43 43
44 static vo_info_t info = 44 static const vo_info_t info =
45 { 45 {
46 "tdfx vid", 46 "tdfx vid",
47 "tdfx_vid", 47 "tdfx_vid",
48 "Albeu", 48 "Albeu",
49 "" 49 ""