Mercurial > mplayer.hg
diff Gui/interface.h @ 4798:c39affa2b376
new interface ? :)
author | pontscho |
---|---|
date | Thu, 21 Feb 2002 22:48:47 +0000 |
parents | |
children | 3473ca9ef158 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Gui/interface.h Thu Feb 21 22:48:47 2002 +0000 @@ -0,0 +1,14 @@ + +#ifndef _INTERFACE_H +#define _INTERFACE_H + +#include "mplayer/play.h" +#include "../mplayer.h" + +#define guiXEvent 0 +#define guiCEvent 1 + +extern void guiGetEvent( int type,char * arg ); +extern void guiEventHandling( void ); + +#endif \ No newline at end of file