Search
lxdream.org :: lxdream/src/video.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/video.h
changeset 1:eea311cfd33e
next31:495e480360d7
author nkeynes
date Sat Mar 13 00:03:32 2004 +0000 (19 years ago)
permissions -rw-r--r--
last change This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/video.h Sat Mar 13 00:03:32 2004 +0000
1.3 @@ -0,0 +1,6 @@
1.4 +
1.5 +void video_open( void );
1.6 +void video_update_frame( void );
1.7 +void video_update_size( int, int, int );
1.8 +
1.9 +extern char *video_data;
.