Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
6d142974
Commit
6d142974
authored
Dec 04, 2002
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* InterfaceWindow.cpp: removed warnigs
* AUTHORS/MAINTAINERS: added Stephan Assmus, Arnaud Schauly & myself
parent
923da588
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
AUTHORS
AUTHORS
+18
-0
MAINTAINERS
MAINTAINERS
+2
-2
modules/gui/beos/InterfaceWindow.cpp
modules/gui/beos/InterfaceWindow.cpp
+2
-2
No files found.
AUTHORS
View file @
6d142974
...
...
@@ -19,6 +19,12 @@ C: marcari
D: communication with channel server
S: France
N: Stephan Assmus
E: stippi@yellowbites.com
C: stippi
D: BeOS module fixes and enhancements
S: Germany
N: Sigmund Augdal
E: sigmunau@idi.ntnu.no
D: lirc plugin
...
...
@@ -358,6 +364,12 @@ E: heiko.panther@web.de
D: Mac OS X audio device selection framework
S: Germany
N: Eric Petit
E: titer@videolan.org
C: titer
D: BeOS module fixes and enhancements
S: France
N: Olivier Pomel
E: pomel@via.ecp.fr
C: pomel
...
...
@@ -376,6 +388,12 @@ D: Familiar Linux interface
D: Dutch Translation
S: Netherlands
N: Arnaud Schauly
E: gitan@via.ecp.fr
C: gitan
D: SAP module
S: France
N: Steven M. Schultz
E: sms@TO.GD-ES.COM
D: BSD/OS port
...
...
MAINTAINERS
View file @
6d142974
# $Id: MAINTAINERS,v 1.
3 2002/10/23 23:17:45 gbazin
Exp $
# $Id: MAINTAINERS,v 1.
4 2002/12/04 02:16:23 titer
Exp $
#
# VLC MAINTAINERS
#
...
...
@@ -23,7 +23,7 @@
- Debian GNU/Linux : [sam]
- Mandrake Linux : Yves Duret
- BeOS :
Tony Castley (Eric Petit
)
- BeOS :
Eric Petit (Stephan Assmus
)
- Windows : [gibalou]
- Mac OS X : [jlj] ([meuuh])
- QNX RTOS : [jlj]
...
...
modules/gui/beos/InterfaceWindow.cpp
View file @
6d142974
...
...
@@ -2,7 +2,7 @@
* InterfaceWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: InterfaceWindow.cpp,v 1.1
0 2002/11/27 05:36:41
titer Exp $
* $Id: InterfaceWindow.cpp,v 1.1
1 2002/12/04 02:16:23
titer Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
...
...
@@ -937,6 +937,7 @@ void LanguageMenu::AttachedToWindow()
*****************************************************************************/
void
LanguageMenu
::
_GetChannels
()
{
#if 0 // must be ported to 0.5.0
char *psz_name;
bool b_active;
BMessage *msg;
...
...
@@ -954,7 +955,6 @@ void LanguageMenu::_GetChannels()
menu_item->SetMarked( true );
}
#if 0
input_thread_t* input = p_intf->p_sys->p_input;
if ( input )
{
...
...
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