Search
lxdream.org :: lxdream/src/video.h
lxdream 0.9.1
released Jun 29
Download Now
filename src/video.h
changeset 1:eea311cfd33e
next31:495e480360d7
author nkeynes
date Sat Oct 02 05:49:23 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change More work on the arm core
view annotate diff log raw
     2 void video_open( void );
     3 void video_update_frame( void );
     4 void video_update_size( int, int, int );
     6 extern char *video_data;
.