comparison Gui/interface.c @ 5672:1f8b34f1e7c0

ifdef reading dvd args, without it non-dvd compilation fails. (correct me if i'm wrong)
author eyck
date Thu, 18 Apr 2002 14:03:50 +0000
parents 3e7f39c4110c
children 0132c5747e8a
comparison
equal deleted inserted replaced
5671:a8693d8d3e9d 5672:1f8b34f1e7c0
45 evSkinBrowser 45 evSkinBrowser
46 }; 46 };
47 47
48 void guiGetEvent( int type,char * arg ) 48 void guiGetEvent( int type,char * arg )
49 { 49 {
50 #ifdef USE_DVDREAD
50 dvd_priv_t * dvdp = (dvd_priv_t *) arg; 51 dvd_priv_t * dvdp = (dvd_priv_t *) arg;
52 #endif
51 switch ( type ) 53 switch ( type )
52 { 54 {
53 case guiXEvent: 55 case guiXEvent:
54 wsEvents( wsDisplay,(XEvent *)arg,NULL ); 56 wsEvents( wsDisplay,(XEvent *)arg,NULL );
55 gtkEventHandling(); 57 gtkEventHandling();