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
Steve Lhomme
VLC
Commits
df84649a
Commit
df84649a
authored
Jan 08, 2009
by
Rémi Denis-Courmont
Browse files
Assume X11 --forbar-shm is FALSE if the option does not exists
parent
b373dac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/x11/xcommon.c
View file @
df84649a
...
...
@@ -2764,7 +2764,7 @@ static int InitDisplay( vout_thread_t *p_vout )
#ifdef HAVE_SYS_SHM_H
p_vout
->
p_sys
->
i_shm_opcode
=
0
;
if
(
config_GetInt
(
p_vout
,
MODULE_STRING
"-shm"
)
)
if
(
config_GetInt
(
p_vout
,
MODULE_STRING
"-shm"
)
>
0
)
{
int
major
,
evt
,
err
;
...
...
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