Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 335:fb890e1814c0
prev327:00d55a462af3
next352:f0df7a6d4703
author nkeynes
date Tue Feb 06 07:59:06 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix debug output of polygons with modifier volume
file annotate diff log raw
1.1 --- a/src/display.h Thu Jan 25 11:46:35 2007 +0000
1.2 +++ b/src/display.h Tue Feb 06 07:59:06 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.3 2007-01-25 11:46:35 nkeynes Exp $
1.6 + * $Id: display.h,v 1.4 2007-01-27 12:03:53 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -55,6 +55,7 @@
1.11 uint32_t vres;
1.12 uint32_t rowstride;
1.13 int colour_format;
1.14 + gboolean line_double;
1.15 char *data;
1.16 } *video_buffer_t;
1.17
.