Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
d9e909cf
Commit
d9e909cf
authored
Nov 22, 2002
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* now --fullscreen works with BeOS video output
parent
97bc1ee3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
plugins/beos/vout_beos.cpp
plugins/beos/vout_beos.cpp
+6
-1
No files found.
plugins/beos/vout_beos.cpp
View file @
d9e909cf
...
...
@@ -2,7 +2,7 @@
* vout_beos.cpp: beos video output display method
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: vout_beos.cpp,v 1.58.2.
7 2002/10/11 14:18:17 stippi
Exp $
* $Id: vout_beos.cpp,v 1.58.2.
8 2002/11/22 19:44:13 titer
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -290,6 +290,11 @@ VideoWindow::VideoWindow(int v_width, int v_height, BRect frame)
(
i_height
*
r
.
min_height_scale
),
i_height
*
r
.
max_height_scale
);
}
_SetToSettings
();
if
(
config_GetIntVariable
(
"fullscreen"
)
)
{
BWindow
::
Zoom
();;
}
}
VideoWindow
::~
VideoWindow
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment