diff Gui/interface.c @ 7526:e3ca9e707857

- fix new afm/vfm support - fix fullscreen with xv - add cache support
author pontscho
date Sat, 28 Sep 2002 18:03:34 +0000
parents 7527dc997596
children c7b61f316edf
line wrap: on
line diff
--- a/Gui/interface.c	Sat Sep 28 16:18:32 2002 +0000
+++ b/Gui/interface.c	Sat Sep 28 18:03:34 2002 +0000
@@ -747,6 +747,9 @@
 	if ( (unsigned int)vparam & guiVCD ) guiIntfStruct.VCDTracks=0;
 #endif
 	return NULL;
+   case gtkSetCacheSize:
+        stream_cache_size=(int)fparam;
+	return NULL;
    case gtkSetExtraStereo:
         gtkAOExtraStereoMul=fparam;
 	audio_plugin_extrastereo.control( AOCONTROL_PLUGIN_ES_SET,(int)&gtkAOExtraStereoMul );