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
06900b92
Commit
06900b92
authored
Apr 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Screen: un-advance some preferences.
parent
4a422c22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
modules/access/screen/screen.c
modules/access/screen/screen.c
+7
-12
No files found.
modules/access/screen/screen.c
View file @
06900b92
...
@@ -63,12 +63,8 @@
...
@@ -63,12 +63,8 @@
"Left coordinate of the subscreen top left corner." )
"Left coordinate of the subscreen top left corner." )
#define WIDTH_TEXT N_( "Subscreen width" )
#define WIDTH_TEXT N_( "Subscreen width" )
#define WIDTH_LONGTEXT N_( \
"Subscreen width" )
#define HEIGHT_TEXT N_( "Subscreen height" )
#define HEIGHT_TEXT N_( "Subscreen height" )
#define HEIGHT_LONGTEXT N_( \
"Subscreen height" )
#define FOLLOW_MOUSE_TEXT N_( "Follow the mouse" )
#define FOLLOW_MOUSE_TEXT N_( "Follow the mouse" )
#define FOLLOW_MOUSE_LONGTEXT N_( \
#define FOLLOW_MOUSE_LONGTEXT N_( \
...
@@ -99,25 +95,24 @@ vlc_module_begin ()
...
@@ -99,25 +95,24 @@ vlc_module_begin ()
add_integer
(
"screen-caching"
,
DEFAULT_PTS_DELAY
/
1000
,
add_integer
(
"screen-caching"
,
DEFAULT_PTS_DELAY
/
1000
,
CACHING_TEXT
,
CACHING_LONGTEXT
,
true
)
CACHING_TEXT
,
CACHING_LONGTEXT
,
true
)
add_float
(
"screen-fps"
,
SCREEN_FPS
,
FPS_TEXT
,
FPS_LONGTEXT
,
tru
e
)
add_float
(
"screen-fps"
,
SCREEN_FPS
,
FPS_TEXT
,
FPS_LONGTEXT
,
fals
e
)
#ifdef SCREEN_SUBSCREEN
#ifdef SCREEN_SUBSCREEN
add_integer
(
"screen-top"
,
0
,
TOP_TEXT
,
TOP_LONGTEXT
,
true
)
add_integer
(
"screen-top"
,
0
,
TOP_TEXT
,
TOP_LONGTEXT
,
true
)
add_integer
(
"screen-left"
,
0
,
LEFT_TEXT
,
LEFT_LONGTEXT
,
true
)
add_integer
(
"screen-left"
,
0
,
LEFT_TEXT
,
LEFT_LONGTEXT
,
true
)
add_integer
(
"screen-width"
,
0
,
WIDTH_TEXT
,
WIDTH_LONGTEXT
,
true
)
add_integer
(
"screen-width"
,
0
,
WIDTH_TEXT
,
WIDTH_TEXT
,
true
)
add_integer
(
"screen-height"
,
0
,
HEIGHT_TEXT
,
HEIGHT_LONGTEXT
,
true
)
add_integer
(
"screen-height"
,
0
,
HEIGHT_TEXT
,
HEIGHT_TEXT
,
true
)
add_bool
(
"screen-follow-mouse"
,
false
,
FOLLOW_MOUSE_TEXT
,
add_bool
(
"screen-follow-mouse"
,
false
,
FOLLOW_MOUSE_TEXT
,
FOLLOW_MOUSE_LONGTEXT
,
tru
e
)
FOLLOW_MOUSE_LONGTEXT
,
fals
e
)
#endif
#endif
#ifdef SCREEN_MOUSE
#ifdef SCREEN_MOUSE
add_loadfile
(
"screen-mouse-image"
,
""
,
MOUSE_TEXT
,
MOUSE_LONGTEXT
,
add_loadfile
(
"screen-mouse-image"
,
""
,
MOUSE_TEXT
,
MOUSE_LONGTEXT
,
true
)
true
)
#endif
#endif
#ifdef WIN32
#ifdef WIN32
add_integer
(
"screen-fragment-size"
,
0
,
FRAGS_TEXT
,
add_integer
(
"screen-fragment-size"
,
0
,
FRAGS_TEXT
,
FRAGS_LONGTEXT
,
true
)
FRAGS_LONGTEXT
,
true
)
#endif
#endif
set_capability
(
"access_demux"
,
0
)
set_capability
(
"access_demux"
,
0
)
...
...
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