[Mplayer-cvslog] CVS: main/Gui/wm ws.c,1.72,1.73
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Jun 2 04:34:42 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var2/tmp/cvs-serv11287/Gui/wm
Modified Files:
ws.c
Log Message:
Metacity fullscreen issues, patch by Alexander Strasser <eclipse7 at gmx.net>,
approved by Attila.
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ws.c 30 Nov 2003 16:36:04 -0000 1.72
+++ ws.c 2 Jun 2004 02:34:39 -0000 1.73
@@ -763,6 +763,8 @@
#ifdef ENABLE_DPMS
wsScreenSaverOn( wsDisplay );
#endif
+
+ vo_x11_ewmh_fullscreen( _NET_WM_STATE_REMOVE ); // removes fullscreen state if wm supports EWMH
}
else
{
@@ -774,6 +776,8 @@
#ifdef ENABLE_DPMS
wsScreenSaverOff( wsDisplay );
#endif
+
+ vo_x11_ewmh_fullscreen( _NET_WM_STATE_ADD ); // adds fullscreen state if wm supports EWMH
}
vo_x11_decoration( wsDisplay,win->WindowID,decoration );
More information about the MPlayer-cvslog
mailing list