*** new.C.orig	2006-03-11 09:35:06.000000000 -0800
--- new.C	2006-03-11 10:31:26.000000000 -0800
***************
*** 820,825 ****
--- 820,826 ----
  	this->value = value;
  }
  
+ extern "C" int qt_hack_interlace;
  InterlacemodePulldown::InterlacemodePulldown(MWindow *mwindow, 
  		BC_TextBox *output_text,
  		int *output_value,
***************
*** 849,854 ****
--- 850,856 ----
  {
  	output_text->update(get_selection(0, 0)->get_text());
  	*output_value = ((InterlacemodeItem*)get_selection(0, 0))->value;
+ 	qt_hack_interlace=*output_value;
  	return 1;
  }
  
