Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
234670d9
Commit
234670d9
authored
Mar 07, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dangling variables
parent
25bade83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.c
+0
-5
No files found.
modules/video_output/x11/xcommon.c
View file @
234670d9
...
@@ -1598,8 +1598,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
...
@@ -1598,8 +1598,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
XGCValues
xgcvalues
;
XGCValues
xgcvalues
;
XEvent
xevent
;
XEvent
xevent
;
bool
b_expose
=
false
;
bool
b_configure_notify
=
false
;
bool
b_map_notify
=
false
;
bool
b_map_notify
=
false
;
vlc_value_t
val
;
vlc_value_t
val
;
...
@@ -1729,9 +1727,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
...
@@ -1729,9 +1727,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
&
p_win
->
i_height
,
&
p_win
->
i_height
,
&
dummy4
,
&
dummy5
);
&
dummy4
,
&
dummy5
);
/* We are already configured */
b_configure_notify
=
true
;
/* From man XSelectInput: only one client at a time can select a
/* From man XSelectInput: only one client at a time can select a
* ButtonPress event, so we need to open a new window anyway. */
* ButtonPress event, so we need to open a new window anyway. */
p_win
->
base_window
=
p_win
->
base_window
=
...
...
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