comparison libvo/vo_3dfx.c @ 4352:ed5b85b713a3

Extensions for video accelerated architecture
author nick
date Sat, 26 Jan 2002 16:01:26 +0000
parents 6e798c58d457
children df8e0f71cc3c
comparison
equal deleted inserted replaced
4351:aac822b8a630 4352:ed5b85b713a3
486 486
487 static void check_events(void) 487 static void check_events(void)
488 { 488 {
489 } 489 }
490 490
491 491 static uint32_t preinit(const char *arg)
492 {
493 return 0;
494 }
495
496 static void query_vaa(vo_vaa_t *vaa)
497 {
498 memset(vaa,0,sizeof(vo_vaa_t));
499 }
500