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
fdb935d6
Commit
fdb935d6
authored
Aug 24, 2004
by
gbazin
Browse files
* modules/video_output/x11/xcommon.c: fixed fullscreen with KDE 3.3
parent
20a48bd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/x11/xcommon.c
View file @
fdb935d6
...
...
@@ -1453,7 +1453,18 @@ static void ToggleFullScreen ( vout_thread_t *p_vout )
#undef SCREEN
}
else
#endif
{
/* The window wasn't necessarily created at the requested size */
p_vout
->
p_sys
->
p_win
->
i_x
=
p_vout
->
p_sys
->
p_win
->
i_y
=
0
;
p_vout
->
p_sys
->
p_win
->
i_width
=
DisplayWidth
(
p_vout
->
p_sys
->
p_display
,
p_vout
->
p_sys
->
i_screen
);
p_vout
->
p_sys
->
p_win
->
i_height
=
DisplayHeight
(
p_vout
->
p_sys
->
p_display
,
p_vout
->
p_sys
->
i_screen
);
}
XMoveResizeWindow
(
p_vout
->
p_sys
->
p_display
,
p_vout
->
p_sys
->
p_win
->
base_window
,
...
...
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