~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libvo/vo_xmga.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:
238
238
 
239
239
                XStoreName(mDisplay, vo_window, mTitle);
240
240
                XMapWindow(mDisplay, vo_window);
 
241
                vo_x11_nofs_sizepos(vo_dx, vo_dy, vo_dwidth, vo_dheight);
241
242
 
242
243
                if (flags & VOFLAG_FULLSCREEN)
243
244
                    vo_x11_fullscreen();
244
245
 
245
 
            } else if (!(flags & VOFLAG_FULLSCREEN))
246
 
                XMoveResizeWindow(mDisplay, vo_window, vo_dx, vo_dy,
247
 
                                  vo_dwidth, vo_dheight);
 
246
            } else
 
247
                vo_x11_nofs_sizepos(vo_dx, vo_dy, vo_dwidth, vo_dheight);
248
248
        }
249
249
 
250
250
        if (vo_gc != None)