Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
458
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
a1e8d3e9
Commit
a1e8d3e9
authored
17 years ago
by
littlejohn
Browse files
Options
Downloads
Patches
Plain Diff
serial version uid added
parent
8cd231f5
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/org/videolan/jvlc/JVLCCanvas.java
+5
-0
5 additions, 0 deletions
bindings/java/org/videolan/jvlc/JVLCCanvas.java
with
5 additions
and
0 deletions
bindings/java/org/videolan/jvlc/JVLCCanvas.java
+
5
−
0
View file @
a1e8d3e9
...
...
@@ -33,6 +33,11 @@ import java.awt.Graphics;
public
class
JVLCCanvas
extends
Canvas
{
/**
* Serial version UID
*/
private
static
final
long
serialVersionUID
=
-
1888309778861586426L
;
public
void
paint
(
Graphics
g
)
{
jvlc
.
video
.
paint
(
g
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment