[MPlayer-dev-eng] [PATCH] mplayer/metacity fs bug

Attila Kinali attila at kinali.ch
Tue Jun 1 02:00:01 CEST 2004


Moin,

On Mon, May 31, 2004 at 03:50:36PM +0200, Alexander Strasser wrote:
> Made some enchancements and attached the modified patch.
> It also contains the german translation of the err msg.
>                                                                                                                             
> diff -u -r1.34 x11_common.h
> --- libvo/x11_common.h	30 Nov 2003 16:36:10 -0000	1.34
> +++ libvo/x11_common.h	31 May 2004 10:42:46 -0000
> @@ -14,6 +14,11 @@
>  #define vo_wm_BELOW 16
>  #define vo_wm_NETWM (vo_wm_FULLSCREEN | vo_wm_STAYS_ON_TOP | vo_wm_ABOVE | vo_wm_BELOW)
>  
> +/*** EWMH state actions ***/
> +#define _NET_WM_STATE_REMOVE        0    /* remove/unset property */
> +#define _NET_WM_STATE_ADD           1    /* add/set property */
> +#define _NET_WM_STATE_TOGGLE        2    /* toggle property  */


Please rename these 3 defines to MP_X11_NET_WM...
Otherwise it looks ok. Diego, could you apply this patch
if nobody has any objections ?
Thanks

		Attila Kinali

-- 
If Tesla had just not worked with Westinghouse we all would
be using 99% efficent wireless electricity
			-- johndead in #zhentarim




More information about the MPlayer-dev-eng mailing list