[MPlayer-dev-eng] Drag & Drop in mplayer
Kovriga, Gregory
gregory.kovriga at intel.com
Tue Aug 6 06:35:22 CEST 2002
Hi,
I've tried to add Drag&Drop to mplayer. But I ran into some questions:
Currently I've ripped from WindowMaker and adopted to mplayer a simple
implementation of XDND v3 protocol - it receives files dropped from "gmc"
for example.
But if a movie is already playing it doesn't start playing the new one.
I used the following code in drag&drop callback after updating the filename:
/* stop */
mplEventHandling( evStop,0 );
/* play */
mplEventHandling( evPlay,0 );
1. What am I doing wrong?
2. Is this attempt is still relevant? (I saw that DND is not yet supported
in 0.90pre6) Whom should I send it?
Thanks,
Gregory.
More information about the MPlayer-dev-eng
mailing list