comparison libvo/vo_tdfxfb.c @ 25220:c9e9ac2008c2

Mark the vo_functions_t definitions as const where possible. This is not possible for xover and anything supporting vidix due to horrible hacks.
author reimar
date Sun, 02 Dec 2007 14:39:15 +0000
parents 3aee342be929
children d97a607821f1
comparison
equal deleted inserted replaced
25219:e82ecde2cbd4 25220:c9e9ac2008c2
53 "tdfxfb", 53 "tdfxfb",
54 "Mark Zealey <mark@zealos.org>", 54 "Mark Zealey <mark@zealos.org>",
55 "" 55 ""
56 }; 56 };
57 57
58 LIBVO_EXTERN(tdfxfb) 58 const LIBVO_EXTERN(tdfxfb)
59 59
60 /* Some registers on the card */ 60 /* Some registers on the card */
61 #define S2S_STRECH_BLT 2 // BLT + Strech 61 #define S2S_STRECH_BLT 2 // BLT + Strech
62 #define S2S_IMMED (1 << 8) // Do it immediatly 62 #define S2S_IMMED (1 << 8) // Do it immediatly
63 #define S2S_ROP (0xCC << 24) // ??? 63 #define S2S_ROP (0xCC << 24) // ???