Mercurial > mplayer.hg
comparison gui/interface.c @ 31315:ad274a5b093b
For vos that support the new libvo API (provide UPDATE_SCREENINFO),
avoid duplicating some Gui-related code.
author | reimar |
---|---|
date | Sun, 13 Jun 2010 12:04:13 +0000 |
parents | 0b7792622c88 |
children | 599bf04eceeb |
comparison
equal
deleted
inserted
replaced
31314:c69ecf7d80a4 | 31315:ad274a5b093b |
---|---|
550 } | 550 } |
551 guiIntfStruct.MovieWidth=vo_dwidth; | 551 guiIntfStruct.MovieWidth=vo_dwidth; |
552 guiIntfStruct.MovieHeight=vo_dheight; | 552 guiIntfStruct.MovieHeight=vo_dheight; |
553 if (guiWinID>=0) | 553 if (guiWinID>=0) |
554 wsMoveWindow( &appMPlayer.mainWindow,0,0, vo_dheight); | 554 wsMoveWindow( &appMPlayer.mainWindow,0,0, vo_dheight); |
555 WinID = appMPlayer.subWindow.WindowID; | |
555 } | 556 } |
556 break; | 557 break; |
557 #ifdef CONFIG_DVDREAD | 558 #ifdef CONFIG_DVDREAD |
558 case guiSetDVD: | 559 case guiSetDVD: |
559 guiIntfStruct.DVD.titles=dvdp->vmg_file->tt_srpt->nr_of_srpts; | 560 guiIntfStruct.DVD.titles=dvdp->vmg_file->tt_srpt->nr_of_srpts; |