Mercurial > mplayer.hg
changeset 7545:aa71037b7516
sync
author | pontscho |
---|---|
date | Sun, 29 Sep 2002 09:39:25 +0000 |
parents | 544c0974b6d9 |
children | 65b56d5f90ec |
files | Gui/wm/ws.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/wm/ws.c Sun Sep 29 04:18:53 2002 +0000 +++ b/Gui/wm/ws.c Sun Sep 29 09:39:25 2002 +0000 @@ -801,8 +801,8 @@ e.xclient.window=win; e.xclient.format=32; e.xclient.data.l[0]=layer; -// e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False ); - e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_FULLSCREEN",False ); + e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_STAYS_ON_TOP",False ); +// e.xclient.data.l[1]=XInternAtom( wsDisplay,"_NET_WM_STATE_FULLSCREEN",False ); e.xclient.data.l[2]=0l; e.xclient.data.l[3]=0l; e.xclient.data.l[4]=0l;