Search
lxdream.org :: lxdream/src/video.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/video.h
changeset 65:9f124c245fc6
prev31:495e480360d7
next94:8d80d9c7cc7d
author nkeynes
date Mon Jan 16 11:18:29 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add 's3m' mode (for testing) and also headless mode
file annotate diff log raw
1.1 --- a/src/video.h Sun Dec 25 08:24:11 2005 +0000
1.2 +++ b/src/video.h Mon Jan 16 11:18:29 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: video.h,v 1.2 2005-12-25 08:24:07 nkeynes Exp $
1.6 + * $Id: video.h,v 1.3 2006-01-03 12:21:45 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -31,6 +31,7 @@
1.11 void video_update_size( int, int, int );
1.12
1.13 extern char *video_data;
1.14 +extern uint32_t video_frame_count;
1.15
1.16 #ifdef __cplusplus
1.17 }
.