comparison libvo/vo_vesa.c @ 2410:27ca5ad3c7e9

Title support
author nick
date Tue, 23 Oct 2001 09:31:53 +0000
parents aa4d96380b7f
children 6fb598bd7ede
comparison
equal deleted inserted replaced
2409:25f6a4335abb 2410:27ca5ad3c7e9
646 646
647 __vbeSetPixel(x, y, r, g, b); 647 __vbeSetPixel(x, y, r, g, b);
648 } 648 }
649 } 649 }
650 } 650 }
651 vbeWriteString(0,0,7,title);
651 return 0; 652 return 0;
652 } 653 }
653 654
654 static const vo_info_t* 655 static const vo_info_t*
655 get_info(void) 656 get_info(void)