Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
e38b7772
Commit
e38b7772
authored
Apr 01, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed a typo
parent
5ff854ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
plugins/x11/vout_xvideo.c
plugins/x11/vout_xvideo.c
+3
-3
No files found.
plugins/x11/vout_xvideo.c
View file @
e38b7772
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* vout_xvideo.c: Xvideo video output display method
* vout_xvideo.c: Xvideo video output display method
*****************************************************************************
*****************************************************************************
* Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
* Copyright (C) 1998, 1999, 2000, 2001 VideoLAN
* $Id: vout_xvideo.c,v 1.
1 2001/04/01 06:21:44
sam Exp $
* $Id: vout_xvideo.c,v 1.
2 2001/04/01 06:42:05
sam Exp $
*
*
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Authors: Shane Harper <shanegh@optusnet.com.au>
* Vincent Seguin <seguin@via.ecp.fr>
* Vincent Seguin <seguin@via.ecp.fr>
...
@@ -338,11 +338,11 @@ static int vout_Manage( vout_thread_t *p_vout )
...
@@ -338,11 +338,11 @@ static int vout_Manage( vout_thread_t *p_vout )
||
(
xevent
.
xconfigure
.
height
!=
p_vout
->
p_sys
->
i_height
))
)
||
(
xevent
.
xconfigure
.
height
!=
p_vout
->
p_sys
->
i_height
))
)
{
{
/* Update dimensions */
/* Update dimensions */
#if 0
XXX XXX
/*
XXX XXX
b_resized = 1;
b_resized = 1;
p_vout->p_sys->i_width = xevent.xconfigure.width;
p_vout->p_sys->i_width = xevent.xconfigure.width;
p_vout->p_sys->i_height = xevent.xconfigure.height;
p_vout->p_sys->i_height = xevent.xconfigure.height;
#endif XXX XXX
XXX XXX */
}
}
/* MapNotify event: change window status and disable screen saver */
/* MapNotify event: change window status and disable screen saver */
else
if
(
xevent
.
type
==
MapNotify
)
else
if
(
xevent
.
type
==
MapNotify
)
...
...
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