Mercurial > mplayer.hg
changeset 1415:4d77492e5d67
new -fsmode flag: 0x8 enables XSetTransientForHint
author | arpi |
---|---|
date | Sun, 29 Jul 2001 16:40:32 +0000 |
parents | 68e8cd978708 |
children | 8e841fe5668b |
files | libvo/x11_common.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Sun Jul 29 16:31:37 2001 +0000 +++ b/libvo/x11_common.c Sun Jul 29 16:40:32 2001 +0000 @@ -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 ) {