- Category:
- Screen Saver
- Tags:
-
[Text]
- File Size:
- 1kb
- Update:
- 2015-01-27
- Downloads:
- 0 Times
- Uploaded by:
- 姓名
Description: void MainInterface::setVideoFullScreen( bool fs )
{
b_videoFullScreen = fs
if( fs )
{
int numscreen = var_InheritInteger( p_intf, qt-fullscreen-screennumber )
if user hasn t defined screennumber, or screennumber that is bigger
* than current number of screens, take screennumber where current interface
* is
if( numscreen ==-1 || numscreen > QApplication::desktop()->numScreens() )
numscreen = QApplication::desktop()->screenNumber( p_intf->p_sys->p_mi )
QRect screenres = QApplication::desktop()->screenGeometry( numscreen )
To be sure window is on proper-screen in xinerama
if( !screenres.contains( pos() ) )
{
msg_Dbg( p_intf, Moving video to correct screen )
move( QPoint( screenres.x(), screenres.y() ) )
}
if( playlistWidget != NULL && playlistWidget->artContainer->current
To Search:
File list (Check if you may need any files):
13).txt