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
4754b3a0
Commit
4754b3a0
authored
Jun 01, 2002
by
Tony Castley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to prevent multiple Playlist windows
parent
ff256e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/beos/InterfaceWindow.h
plugins/beos/InterfaceWindow.h
+3
-1
No files found.
plugins/beos/InterfaceWindow.h
View file @
4754b3a0
...
...
@@ -2,7 +2,7 @@
* InterfaceWindow.h: BeOS interface window class prototype
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: InterfaceWindow.h,v 1.1
2 2002/03/22 13:16:35
tcastley Exp $
* $Id: InterfaceWindow.h,v 1.1
3 2002/06/01 09:20:16
tcastley Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Tony Castley <tcastley@mail.powerup.com.au>
...
...
@@ -23,6 +23,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
class
MediaControlView
;
class
PlayListWindow
;
class
CDMenu
:
public
BMenu
{
...
...
@@ -65,6 +66,7 @@ private:
intf_thread_t
*
p_intf
;
bool
b_empty_playlist
;
BFilePanel
*
file_panel
;
PlayListWindow
*
playlist_window
;
BMenuItem
*
miOnTop
;
es_descriptor_t
*
p_audio_es
;
es_descriptor_t
*
p_spu_es
;
...
...
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