diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-08-04 02:14:12 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-08-04 02:14:12 +0000 |
commit | 6abce670c2dc120edb0f5300ae3799408d395c78 (patch) | |
tree | a175171d4e6df922e0908c5d76af861158ea7b66 /src | |
parent | ba54315e30f7b2c6cac58f28343911c486aedace (diff) | |
download | xine-lib-6abce670c2dc120edb0f5300ae3799408d395c78.tar.gz xine-lib-6abce670c2dc120edb0f5300ae3799408d395c78.tar.bz2 |
patch from matthias
CVS patchset: 5237
CVS date: 2003/08/04 02:14:12
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 064895fd2..73bae6fd8 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_syncfb.c,v 1.85 2003/05/31 18:33:31 miguelfreitas Exp $ + * $Id: video_out_syncfb.c,v 1.86 2003/08/04 02:14:12 miguelfreitas Exp $ * * video_out_syncfb.c, SyncFB (for Matrox G200/G400 cards) interface for xine * @@ -28,8 +28,7 @@ * and by Matthias Oelmann <mao@well.com> * video_out_mga by Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * - * glued together for xine - * and currently maintained by Matthias Dahl <matthew2k@web.de> + * glued together for xine by Matthias Dahl <matthew2k@web.de> */ #ifdef HAVE_CONFIG_H |