Search
lxdream.org :: lxdream/src/util.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/util.c
changeset 35:21a4be098304
prev31:495e480360d7
next117:3b6a128ae733
author nkeynes
date Sun Feb 05 04:05:27 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Video code reshuffle to start getting real video happening.
Implement colourspace conversions
Various tweaks
file annotate diff log raw
1.1 --- a/src/util.c Sun Dec 25 08:24:11 2005 +0000
1.2 +++ b/src/util.c Sun Feb 05 04:05:27 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: util.c,v 1.2 2005-12-25 08:24:07 nkeynes Exp $
1.6 + * $Id: util.c,v 1.3 2005-12-26 03:54:52 nkeynes Exp $
1.7 *
1.8 * Miscellaneous utility functions.
1.9 *
1.10 @@ -17,7 +17,6 @@
1.11 */
1.12
1.13 #include "dream.h"
1.14 -#include "modules.h"
1.15
1.16 void fwrite_string( char *s, FILE *f )
1.17 {
.