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
7bd4a1c0
Commit
7bd4a1c0
authored
Mar 18, 2003
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation fixes and cosmetic changes
parent
8d7d0c6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
modules/gui/skins/controls/controls.h
modules/gui/skins/controls/controls.h
+2
-1
modules/gui/skins/controls/rectangle.cpp
modules/gui/skins/controls/rectangle.cpp
+5
-4
modules/gui/skins/controls/rectangle.h
modules/gui/skins/controls/rectangle.h
+2
-2
modules/gui/skins/parser/wrappers.cpp
modules/gui/skins/parser/wrappers.cpp
+2
-2
No files found.
modules/gui/skins/controls/controls.h
View file @
7bd4a1c0
...
...
@@ -2,7 +2,7 @@
* controls.h:
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: controls.h,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: controls.h,v 1.
2 2003/03/18 04:08:45
ipkiss Exp $
*
* Authors: Olivier Teulière <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -30,4 +30,5 @@
#include "image.h"
#include "slider.h"
#include "playlist.h"
#include "rectangle.h"
#include "text.h"
modules/gui/skins/controls/rectangle.cpp
View file @
7bd4a1c0
/*****************************************************************************
*
image.cpp: Imag
e control
*
rectangle.cpp: Rectangle
e control
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: rectangle.cpp,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: rectangle.cpp,v 1.
2 2003/03/18 04:08:45
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -42,7 +42,7 @@
//---------------------------------------------------------------------------
// Control
Imag
e
// Control
Rectangl
e
//---------------------------------------------------------------------------
ControlRectangle
::
ControlRectangle
(
string
id
,
bool
visible
,
int
x
,
int
y
,
int
w
,
int
h
,
int
color
,
string
event
,
string
help
,
Window
*
Parent
)
...
...
@@ -75,6 +75,8 @@ bool ControlRectangle::ProcessEvent( Event *evt )
case
CTRL_ENABLED
:
Enable
(
(
Event
*
)
evt
->
GetParam1
(),
(
bool
)
evt
->
GetParam2
()
);
break
;
default:
break
;
}
return
false
;
}
...
...
@@ -117,7 +119,6 @@ void ControlRectangle::Enable( Event *event, bool enabled )
Enabled
=
enabled
;
ParentWindow
->
Refresh
(
Left
,
Top
,
Width
,
Height
);
}
}
//---------------------------------------------------------------------------
...
...
modules/gui/skins/controls/rectangle.h
View file @
7bd4a1c0
/*****************************************************************************
*
image.h: Imag
e control
*
rectangle.h: Rectangl
e control
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: rectangle.h,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: rectangle.h,v 1.
2 2003/03/18 04:08:45
ipkiss Exp $
*
* Authors: Olivier Teulière <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
modules/gui/skins/parser/wrappers.cpp
View file @
7bd4a1c0
...
...
@@ -2,7 +2,7 @@
* wrappers.cpp: Wrappers around C++ objects
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: wrappers.cpp,v 1.
1 2003/03/18 02:21:47
ipkiss Exp $
* $Id: wrappers.cpp,v 1.
2 2003/03/18 04:08:45
ipkiss Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -129,7 +129,7 @@ void AddAnchor( char *x, char *y, char *len, char *priority )
//---------------------------------------------------------------------------
// CONTROLS
// CONTROLS
//---------------------------------------------------------------------------
void
AddImage
(
char
*
id
,
char
*
visible
,
char
*
x
,
char
*
y
,
char
*
image
,
char
*
event
,
char
*
help
)
...
...
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