Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
03be7a7d
Commit
03be7a7d
authored
Aug 16, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused property
parent
16a5d32a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.c
+0
-1
modules/video_output/x11/xcommon.h
modules/video_output/x11/xcommon.h
+0
-1
No files found.
modules/video_output/x11/xcommon.c
View file @
03be7a7d
...
@@ -349,7 +349,6 @@ int Activate ( vlc_object_t *p_this )
...
@@ -349,7 +349,6 @@ int Activate ( vlc_object_t *p_this )
DisableXScreenSaver
(
p_vout
);
DisableXScreenSaver
(
p_vout
);
/* Misc init */
/* Misc init */
p_vout
->
p_sys
->
b_altfullscreen
=
0
;
p_vout
->
p_sys
->
i_time_button_last_pressed
=
0
;
p_vout
->
p_sys
->
i_time_button_last_pressed
=
0
;
#ifdef MODULE_NAME_IS_xvmc
#ifdef MODULE_NAME_IS_xvmc
...
...
modules/video_output/x11/xcommon.h
View file @
03be7a7d
...
@@ -216,7 +216,6 @@ struct vout_sys_t
...
@@ -216,7 +216,6 @@ struct vout_sys_t
int
i_vout_event
;
/* 1(Fullsupport), 2(FullscreenOnly), 3(none) */
int
i_vout_event
;
/* 1(Fullsupport), 2(FullscreenOnly), 3(none) */
/* X11 generic properties */
/* X11 generic properties */
bool
b_altfullscreen
;
/* which fullscreen method */
#ifdef HAVE_SYS_SHM_H
#ifdef HAVE_SYS_SHM_H
int
i_shm_opcode
;
/* shared memory extension opcode */
int
i_shm_opcode
;
/* shared memory extension opcode */
#endif
#endif
...
...
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