[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.26,1.27
Arpi of Ize
arpi at mplayer.dev.hu
Sun Jul 29 18:40:35 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv25935
Modified Files:
x11_common.c
Log Message:
new -fsmode flag: 0x8 enables XSetTransientForHint
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- x11_common.c 19 Jul 2001 18:47:22 -0000 1.26
+++ x11_common.c 29 Jul 2001 16:40:32 -0000 1.27
@@ -195,6 +195,10 @@
// XMapWindow(vo_Display], w);
}
+ if(vo_fsmode&8){
+ XSetTransientForHint (vo_Display, w, RootWindow(vo_Display,mScreen));
+ }
+
vo_MotifHints=XInternAtom( vo_Display,"_MOTIF_WM_HINTS",0 );
if ( vo_MotifHints != None )
{
More information about the MPlayer-cvslog
mailing list