Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
81e49420
Commit
81e49420
authored
Jun 19, 2003
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
a few Dano/Zeta themes
parent
0a23f93c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
modules/gui/beos/VideoOutput.cpp
modules/gui/beos/VideoOutput.cpp
+3
-1
No files found.
modules/gui/beos/VideoOutput.cpp
View file @
81e49420
...
...
@@ -2,7 +2,7 @@
* vout_beos.cpp: beos video output display method
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: VideoOutput.cpp,v 1.2
1 2003/06/14 12:32
:16 titer Exp $
* $Id: VideoOutput.cpp,v 1.2
2 2003/06/19 18:44
:16 titer Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -604,6 +604,7 @@ VideoWindow::SetFullScreen(bool doIt)
{
if
(
doIt
)
{
SetLook
(
B_NO_BORDER_WINDOW_LOOK
);
BScreen
screen
(
this
);
BRect
rect
=
screen
.
Frame
();
Activate
();
...
...
@@ -615,6 +616,7 @@ VideoWindow::SetFullScreen(bool doIt)
}
else
{
SetLook
(
B_TITLED_WINDOW_LOOK
);
MoveTo
(
winSize
.
left
,
winSize
.
top
);
ResizeTo
(
winSize
.
IntegerWidth
(),
winSize
.
IntegerHeight
());
be_app
->
ShowCursor
();
...
...
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