[MPlayer-cvslog] CVS: main/libmenu menu.c, 1.15, 1.16 menu.h, 1.3, 1.4 menu_list.h, 1.3, 1.4

Oded Shimon ods15 at ods15.dyndns.org
Sat Apr 22 18:41:00 CEST 2006


On Sat, Apr 22, 2006 at 06:22:35PM +0200, Alban Bedel CVS wrote:
>    if(!draw_alpha) {
> -    printf("Unsupported outformat !!!!\n");
> +    mp_msg(MSGT_GLOBAL,MSGL_WARN,MSGTR_LIBMENU_UnsupportedOutformat);
>      return;
>    }
>    
> @@ -577,11 +578,14 @@
>    if(x+w > mpi->w) w = mpi->w-x;
>    if(y < 0) h += y, y = 0;
>    if(y+h > mpi->h) h = mpi->h-y;
> -  
> +    

Did you have to mix unrelated changes...

- ods15




More information about the MPlayer-cvslog mailing list