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
b243bc8f
Commit
b243bc8f
authored
Aug 02, 2011
by
Kaarlo Raiha
Committed by
Jean-Baptiste Kempf
Sep 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change fs controller and mouse cursor hide timeout to 1000 ms
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
04e18e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/libvlc-module.c
src/libvlc-module.c
+3
-3
No files found.
src/libvlc-module.c
View file @
b243bc8f
...
@@ -462,7 +462,7 @@ static const char *const ppsz_align_descriptions[] =
...
@@ -462,7 +462,7 @@ static const char *const ppsz_align_descriptions[] =
"controller after x milliseconds")
"controller after x milliseconds")
#define MOUSE_HIDE_TIMEOUT_LONGTEXT N_( \
#define MOUSE_HIDE_TIMEOUT_LONGTEXT N_( \
"Hide mouse cursor and fullscreen controller after " \
"Hide mouse cursor and fullscreen controller after " \
"n milliseconds
, default is 3000 ms (3 sec.)
")
"n milliseconds
.
")
#define DEINTERLACE_TEXT N_("Deinterlace")
#define DEINTERLACE_TEXT N_("Deinterlace")
#define DEINTERLACE_LONGTEXT N_(\
#define DEINTERLACE_LONGTEXT N_(\
...
@@ -1686,8 +1686,8 @@ vlc_module_begin ()
...
@@ -1686,8 +1686,8 @@ vlc_module_begin ()
VIDEO_TITLE_POSITION_LONGTEXT
,
false
)
VIDEO_TITLE_POSITION_LONGTEXT
,
false
)
change_safe
()
change_safe
()
change_integer_list
(
pi_pos_values
,
ppsz_pos_descriptions
)
change_integer_list
(
pi_pos_values
,
ppsz_pos_descriptions
)
// autohide after 1
.5s
// autohide after 1
second
add_integer
(
"mouse-hide-timeout"
,
1
5
00
,
MOUSE_HIDE_TIMEOUT_TEXT
,
add_integer
(
"mouse-hide-timeout"
,
1
0
00
,
MOUSE_HIDE_TIMEOUT_TEXT
,
MOUSE_HIDE_TIMEOUT_LONGTEXT
,
false
)
MOUSE_HIDE_TIMEOUT_LONGTEXT
,
false
)
set_section
(
N_
(
"Snapshot"
)
,
NULL
)
set_section
(
N_
(
"Snapshot"
)
,
NULL
)
add_directory
(
"snapshot-path"
,
NULL
,
SNAP_PATH_TEXT
,
add_directory
(
"snapshot-path"
,
NULL
,
SNAP_PATH_TEXT
,
...
...
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