[Mplayer-cvslog] CVS: main/libvo vo_xmga.c,1.19,1.20
GEREOFFY
arpi_esp at users.sourceforge.net
Sun May 20 23:49:47 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/debian README.debian,1.2,1.3 changelog,1.2,1.3 files,1.1.1.1,1.2 rules,1.2,1.3 substvars,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv16724
Modified Files:
vo_xmga.c
Log Message:
didn't handle flags parameter correctly
Index: vo_xmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xmga.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** vo_xmga.c 2001/05/08 12:17:02 1.19
--- vo_xmga.c 2001/05/20 21:49:45 1.20
***************
*** 246,250 ****
mdwidth=d_width; mdheight=d_height;
#endif
! mFullscreen=fullscreen;
switch ( vo_depthonscreen )
--- 246,250 ----
mdwidth=d_width; mdheight=d_height;
#endif
! mFullscreen=fullscreen&1;
switch ( vo_depthonscreen )
***************
*** 261,265 ****
{
#endif
! if ( fullscreen )
{
wndWidth=vo_screenwidth;
--- 261,265 ----
{
#endif
! if ( mFullscreen )
{
wndWidth=vo_screenwidth;
***************
*** 286,290 ****
vo_hidecursor(mDisplay,mWindow);
! if ( fullscreen ) vo_x11_decoration( mDisplay,mWindow,0 );
XGetNormalHints( mDisplay,mWindow,&hint );
--- 286,290 ----
vo_hidecursor(mDisplay,mWindow);
! if ( mFullscreen ) vo_x11_decoration( mDisplay,mWindow,0 );
XGetNormalHints( mDisplay,mWindow,&hint );
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xv.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/debian README.debian,1.2,1.3 changelog,1.2,1.3 files,1.1.1.1,1.2 rules,1.2,1.3 substvars,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list