view Gui/interface.h @ 4812:bad436339b03

setting vo_dx and vo_dy in event handling
author alex
date Fri, 22 Feb 2002 19:36:21 +0000
parents c39affa2b376
children 3473ca9ef158
line wrap: on
line source


#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