filename | src/video.h |
changeset | 65:9f124c245fc6 |
prev | 31:495e480360d7 |
next | 94:8d80d9c7cc7d |
author | nkeynes |
date | Tue Jan 03 12:21:45 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Implement blanking (maybe, untested) Quick hack to generate appropriate events on ta list completion |
file | annotate | diff | log | raw |
1.1 --- a/src/video.h Sun Dec 25 08:24:11 2005 +00001.2 +++ b/src/video.h Tue Jan 03 12:21:45 2006 +00001.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.13 extern char *video_data;1.14 +extern uint32_t video_frame_count;1.16 #ifdef __cplusplus1.17 }
.