Search
lxdream.org :: lxdream/src/video.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/video.c
changeset 31:495e480360d7
prev1:eea311cfd33e
next65:9f124c245fc6
author nkeynes
date Tue Dec 27 08:41:22 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Fix output list click
Fix mmr column widths
Fix run-to for ARM
file annotate diff log raw
1.1 --- a/src/video.c Sat Mar 13 00:03:32 2004 +0000
1.2 +++ b/src/video.c Tue Dec 27 08:41:22 2005 +0000
1.3 @@ -1,3 +1,22 @@
1.4 +/**
1.5 + * $Id: video.c,v 1.2 2005-12-25 08:24:07 nkeynes Exp $
1.6 + *
1.7 + * The PC side of the video support (responsible for actually displaying /
1.8 + * rendering frames)
1.9 + *
1.10 + * Copyright (c) 2005 Nathan Keynes.
1.11 + *
1.12 + * This program is free software; you can redistribute it and/or modify
1.13 + * it under the terms of the GNU General Public License as published by
1.14 + * the Free Software Foundation; either version 2 of the License, or
1.15 + * (at your option) any later version.
1.16 + *
1.17 + * This program is distributed in the hope that it will be useful,
1.18 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.19 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.20 + * GNU General Public License for more details.
1.21 + */
1.22 +
1.23 #include <gnome.h>
1.24
1.25 GdkImage *img;
.