[MPlayer-users] mplayer and WindowMaker

Jorrit Kronjee kurmie at wanadoo.nl
Tue Jul 8 18:31:28 CEST 2003


On Tue, 8 Jul 2003 gabucino at mplayerhq.hu wrote:

> Jorrit Kronjee wrote:
> > Did anyone have this problem and if so, is there a fix for it?
> None available, but it'd be nice if you could fix the problem.
>
> --
> Gabucino
> MPlayer Core Team

And so I did. I think I found the cause of the subwindows behaviour. As
said, it didn't happen in older versions (MPlayer <= 0.90rc3). Apparently,
in version 0.90rc4 there has been some major hacking in libvo/x11_common.c
which caused this error to appear. The accompanied patch is nothing more
than some old code put back in x11_common.c. It works for me!

Jorrit Kronjee

--- BEGIN PATCH ---

--- MPlayer-0.90/libvo/x11_common.c     Mon Feb 10 21:48:59 2003
+++ MPlayer-0.90-edited/libvo/x11_common.c      Tue Jul  8 18:14:45 2003
@@ -48,7 +48,7 @@
 #define WIN_LAYER_ABOVE_DOCK             10

 int fs_layer=WIN_LAYER_ABOVE_DOCK;
-int orig_layer;
+int orig_layer=WIN_LAYER_NORMAL;

 int stop_xscreensaver=0;

-- END PATCH ---



More information about the MPlayer-users mailing list