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
56685c31
Commit
56685c31
authored
Dec 19, 2000
by
Arnaud de Bossoreille de Ribou
Browse files
- one typo.
- one line deleted (it was for debug, bozo.)
parent
0661d2e7
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/sdl/vout_sdl.c
View file @
56685c31
...
...
@@ -121,7 +121,7 @@ int vout_SDLCreate( vout_thread_t *p_vout, char *psz_display,
}
return
(
0
);
}
}
/*****************************************************************************
* vout_SDLInit: initialize SDL video thread output method
...
...
@@ -305,7 +305,6 @@ static int SDLOpenDisplay( vout_thread_t *p_vout )
intf_ErrMsg
(
"error: can't open DISPLAY default display
\n
"
);
return
(
1
);
}
SDL_LockSurface
(
p_vout
->
p_sys
->
p_display
);
SDL_WM_SetCaption
(
VOUT_TITLE
,
VOUT_TITLE
);
SDL_EventState
(
SDL_KEYUP
,
SDL_IGNORE
);
/* ignore keys up */
...
...
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