Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2132eade
Commit
2132eade
authored
Oct 18, 2008
by
Ilkka Ollakka
Browse files
XReparentWindow seems to be needed here to get video on correct screen in
xinerama setup.
parent
d2bbd68d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/x11/xcommon.c
View file @
2132eade
...
...
@@ -2215,12 +2215,10 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
* the focus should go there or not, so let the wm decided */
#define APPFOCUS 0
/* Make sure the change is effective */
#if BADFS // RASTER: why do this? you already mapped the window in CreateWindow?
XReparentWindow
(
p_vout
->
p_sys
->
p_display
,
p_vout
->
p_sys
->
p_win
->
base_window
,
DefaultRootWindow
(
p_vout
->
p_sys
->
p_display
),
-
2
,
-
2
);
#endif
0
,
0
);
#ifdef HAVE_XINERAMA
if
(
XineramaQueryExtension
(
p_vout
->
p_sys
->
p_display
,
&
i_d1
,
&
i_d2
)
&&
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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