changeset 13865:33a4b3714458

proper gcc4 compile-fix suggested by richard
author atmos4
date Wed, 03 Nov 2004 17:25:38 +0000
parents 96259a2f2142
children ca48b82612e8
files libvo/vo_svga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_svga.c	Wed Nov 03 17:12:01 2004 +0000
+++ b/libvo/vo_svga.c	Wed Nov 03 17:25:38 2004 +0000
@@ -747,7 +747,7 @@
       mpi->stride[0] = mode_stride;
       mpi->planes[0] = PageStore[page].vbase + 
              y_pos*mode_stride + (x_pos*mpi->bpp)/8;
-      mpi->priv=(int)page;
+      mpi->priv=(void *)page;
       if(verbose>2)
         printf("vo_svga: direct render allocated! page=%d\n",page);
       return(VO_TRUE);