Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 370:3131ba1440fc
prev352:f0df7a6d4703
next422:61a0598e07ff
author nkeynes
date Sat Oct 06 08:52:08 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix undefined statement and other warning
file annotate diff log raw
1.1 --- a/src/display.h Sun Feb 11 10:09:32 2007 +0000
1.2 +++ b/src/display.h Sat Oct 06 08:52:08 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.5 2007-02-11 10:09:32 nkeynes Exp $
1.6 + * $Id: display.h,v 1.6 2007-09-08 04:05:35 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -149,9 +149,7 @@
1.11
1.12 } *display_driver_t;
1.13
1.14 -void video_open( void );
1.15 -void video_update_frame( void );
1.16 -void video_update_size( int, int, int );
1.17 +gboolean display_set_driver( display_driver_t driver );
1.18
1.19 extern uint32_t pvr2_frame_counter;
1.20
.