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

Diego Biurrun diego at biurrun.de
Tue Jun 1 03:28:51 CEST 2004


Attila Kinali writes:
> 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 ?

OK, will do.  It works fine with xfce and sawfish, btw.

Diego




More information about the MPlayer-dev-eng mailing list