~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libvo/vo_xvidix.c

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
 
368
368
                XStoreName(mDisplay, vo_window, title);
369
369
                XMapWindow(mDisplay, vo_window);
 
370
                vo_x11_nofs_sizepos(vo_dx, vo_dy, vo_dwidth, vo_dheight);
370
371
 
371
372
                if (flags & VOFLAG_FULLSCREEN)
372
373
                    vo_x11_fullscreen();
373
374
 
374
 
            } else if (!(flags & VOFLAG_FULLSCREEN))
375
 
                XMoveResizeWindow(mDisplay, vo_window, vo_dx, vo_dy,
376
 
                                  vo_dwidth, vo_dheight);
 
375
            } else
 
376
                vo_x11_nofs_sizepos(vo_dx, vo_dy, vo_dwidth, vo_dheight);
377
377
        }
378
378
 
379
379
        if (vo_gc != None)
542
542
 
543
543
                va_end(ap);
544
544
 
545
 
                return vidix_control(request, data, (int *) value);
 
545
                return vidix_control(request, data, value);
546
546
            }
547
547
        case VOCTRL_GET_EQUALIZER:
548
548
            {