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
6ac3e63d
Commit
6ac3e63d
authored
Mar 05, 2001
by
Richard Shepherd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
9e29e24f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
plugins/beos/vout_beos.cpp
plugins/beos/vout_beos.cpp
+2
-1
No files found.
plugins/beos/vout_beos.cpp
View file @
6ac3e63d
...
@@ -224,6 +224,7 @@ VideoWindow::~VideoWindow()
...
@@ -224,6 +224,7 @@ VideoWindow::~VideoWindow()
Sync
();
Sync
();
if
(
!
fUsingOverlay
)
if
(
!
fUsingOverlay
)
{
{
teardownwindow
=
true
;
wait_for_thread
(
fDrawThreadID
,
&
result
);
wait_for_thread
(
fDrawThreadID
,
&
result
);
delete
bitmap
[
0
];
delete
bitmap
[
0
];
delete
bitmap
[
1
];
delete
bitmap
[
1
];
...
@@ -499,7 +500,7 @@ void vout_Display( vout_thread_t *p_vout )
...
@@ -499,7 +500,7 @@ void vout_Display( vout_thread_t *p_vout )
static
int
BeosOpenDisplay
(
vout_thread_t
*
p_vout
)
static
int
BeosOpenDisplay
(
vout_thread_t
*
p_vout
)
{
{
p_vout
->
p_sys
->
p_window
=
p_vout
->
p_sys
->
p_window
=
new
VideoWindow
(
BRect
(
50
,
1
50
,
50
+
p_vout
->
i_width
-
1
,
15
0
+
p_vout
->
i_height
-
1
),
NULL
,
p_vout
);
new
VideoWindow
(
BRect
(
50
,
1
80
,
50
+
p_vout
->
i_width
-
1
,
18
0
+
p_vout
->
i_height
-
1
),
NULL
,
p_vout
);
if
(
p_vout
->
p_sys
->
p_window
==
0
)
if
(
p_vout
->
p_sys
->
p_window
==
0
)
{
{
free
(
p_vout
->
p_sys
);
free
(
p_vout
->
p_sys
);
...
...
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