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
08e46e02
Commit
08e46e02
authored
Jun 29, 2003
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/visualization/xosd/xosd.c: lowered the module's score.
parent
0d0dffab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
modules/visualization/xosd/xosd.c
modules/visualization/xosd/xosd.c
+2
-3
No files found.
modules/visualization/xosd/xosd.c
View file @
08e46e02
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* xosd.c : X On Screen Display interface
* xosd.c : X On Screen Display interface
*****************************************************************************
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* Copyright (C) 2001 VideoLAN
* $Id: xosd.c,v 1.1
0 2003/05/15 22:27:38 massiot
Exp $
* $Id: xosd.c,v 1.1
1 2003/06/29 22:07:40 gbazin
Exp $
*
*
* Authors: Loc Minier <lool@videolan.org>
* Authors: Loc Minier <lool@videolan.org>
*
*
...
@@ -72,7 +72,6 @@ static void Run ( intf_thread_t * );
...
@@ -72,7 +72,6 @@ static void Run ( intf_thread_t * );
#define FONT_LONGTEXT N_("Font used to display text in the xosd output")
#define FONT_LONGTEXT N_("Font used to display text in the xosd output")
vlc_module_begin
();
vlc_module_begin
();
int
i
=
getenv
(
"DISPLAY"
)
==
NULL
?
10
:
90
;
add_category_hint
(
N_
(
"XOSD module"
),
NULL
,
VLC_TRUE
);
add_category_hint
(
N_
(
"XOSD module"
),
NULL
,
VLC_TRUE
);
add_bool
(
"xosd-position"
,
1
,
NULL
,
POSITION_TEXT
,
POSITION_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"xosd-position"
,
1
,
NULL
,
POSITION_TEXT
,
POSITION_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"xosd-text-offset"
,
0
,
NULL
,
TXT_OFS_TEXT
,
TXT_OFS_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"xosd-text-offset"
,
0
,
NULL
,
TXT_OFS_TEXT
,
TXT_OFS_LONGTEXT
,
VLC_TRUE
);
...
@@ -81,7 +80,7 @@ vlc_module_begin();
...
@@ -81,7 +80,7 @@ vlc_module_begin();
add_string
(
"xosd-font"
,
"-misc-fixed-medium-r-*-*-*-300-*-*-*-*-*-*"
,
add_string
(
"xosd-font"
,
"-misc-fixed-medium-r-*-*-*-300-*-*-*-*-*-*"
,
NULL
,
FONT_TEXT
,
FONT_LONGTEXT
,
VLC_TRUE
);
NULL
,
FONT_TEXT
,
FONT_LONGTEXT
,
VLC_TRUE
);
set_description
(
_
(
"xosd interface"
)
);
set_description
(
_
(
"xosd interface"
)
);
set_capability
(
"interface"
,
i
);
set_capability
(
"interface"
,
10
);
set_callbacks
(
Open
,
Close
);
set_callbacks
(
Open
,
Close
);
vlc_module_end
();
vlc_module_end
();
...
...
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