Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e5304bfd
Commit
e5304bfd
authored
Dec 03, 2003
by
Jean-Paul Saman
Browse files
Syncing with current CVS.
parent
510d2fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/pda/pda.c
View file @
e5304bfd
...
...
@@ -2,7 +2,7 @@
* pda.c : PDA Gtk2 plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: pda.c,v 1.1
4
2003/1
1/30 21:21:20
jpsaman Exp $
* $Id: pda.c,v 1.1
5
2003/1
2/03 20:47:06
jpsaman Exp $
*
* Authors: Jean-Paul Saman <jpsaman@wxs.nl>
* Marc Ariberti <marcari@videolan.org>
...
...
@@ -560,6 +560,7 @@ void E_(GtkDisplayDate)( GtkAdjustment *p_adj )
p_intf
=
gtk_object_get_data
(
GTK_OBJECT
(
p_adj
),
"p_intf"
);
#ifdef WIN32
if
(
p_intf
->
p_sys
->
p_input
)
{
#define p_area p_intf->p_sys->p_input->stream.p_selected_area
...
...
@@ -570,6 +571,7 @@ void E_(GtkDisplayDate)( GtkAdjustment *p_adj )
(
p_area
->
i_size
*
p_adj
->
value
)
/
100
)
);
#undef p_area
}
#endif
}
/*****************************************************************************
...
...
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