Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6ac3e63d
Commit
6ac3e63d
authored
Mar 05, 2001
by
Richard Shepherd
Browse files
*** empty log message ***
parent
9e29e24f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/beos/vout_beos.cpp
View file @
6ac3e63d
...
...
@@ -224,6 +224,7 @@ VideoWindow::~VideoWindow()
Sync
();
if
(
!
fUsingOverlay
)
{
teardownwindow
=
true
;
wait_for_thread
(
fDrawThreadID
,
&
result
);
delete
bitmap
[
0
];
delete
bitmap
[
1
];
...
...
@@ -499,7 +500,7 @@ void vout_Display( vout_thread_t *p_vout )
static
int
BeosOpenDisplay
(
vout_thread_t
*
p_vout
)
{
p_vout
->
p_sys
->
p_window
=
new
VideoWindow
(
BRect
(
50
,
1
5
0
,
50
+
p_vout
->
i_width
-
1
,
1
5
0
+
p_vout
->
i_height
-
1
),
NULL
,
p_vout
);
new
VideoWindow
(
BRect
(
50
,
1
8
0
,
50
+
p_vout
->
i_width
-
1
,
1
8
0
+
p_vout
->
i_height
-
1
),
NULL
,
p_vout
);
if
(
p_vout
->
p_sys
->
p_window
==
0
)
{
free
(
p_vout
->
p_sys
);
...
...
Write
Preview
Supports
Markdown
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