[MPlayer-cvslog] r27335 - trunk/libvo/x11_common.c
reimar
subversion at mplayerhq.hu
Tue Jul 22 20:33:53 CEST 2008
Author: reimar
Date: Tue Jul 22 20:33:53 2008
New Revision: 27335
Log:
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
Modified:
trunk/libvo/x11_common.c
Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c (original)
+++ trunk/libvo/x11_common.c Tue Jul 22 20:33:53 2008
@@ -1562,7 +1562,7 @@ void vo_x11_fullscreen(void)
if ( ! (vo_fs_type & vo_wm_FULLSCREEN) ) // not needed with EWMH fs
{
- vo_x11_decoration(mDisplay, vo_window, (vo_fs) ? 0 : 1);
+ vo_x11_decoration(mDisplay, vo_window, vo_border && !vo_fs);
vo_x11_sizehint(x, y, w, h, 0);
vo_x11_setlayer(mDisplay, vo_window, vo_fs);
More information about the MPlayer-cvslog
mailing list