[MPlayer-dev-eng] [PATCH] GGI driver update
Diego Biurrun
diego at biurrun.de
Sat Apr 30 17:49:59 CEST 2005
On Sat, Apr 30, 2005 at 05:40:14PM +0200, Christoph Egger wrote:
> > On Sat, Apr 30, 2005 at 11:39:17AM +0200, Christoph Egger wrote:
> > >
> > > The patch consists of two parts. The first part touches configure,
> > > the second libvo/vo_ggi.c.
> >
> > You have a few printf calls in there, please use mp_msg instead.
>
> hmm... But they are deactivated. So if they still disturb you,
> just remove them.
Not all of them:
#ifdef HAVE_GGIWMH
static void window_ontop(void)
{
printf("[ggi] debug: window_ontop() called\n");
ggiWmhZOrder(ggi_conf.parentvis, ZO_TOP);
return;
}
#endif
Please just use mp_msg.
Diego
More information about the MPlayer-dev-eng
mailing list