$OpenBSD: patch-actions_c,v 1.1 2001/03/07 07:55:58 fgsch Exp $
--- actions.c.orig	Mon Feb 12 16:26:23 2001
+++ actions.c	Wed Mar  7 04:25:01 2001
@@ -749,10 +749,12 @@ static void TVActionToggleZoomAction(
     TVSCREENSetZoomState( !d->zoom_on, fullscreen );
     TVTOOLSSetToggleState( TV_TOOLITEM_FULLSCREEN, d->zoom_on );
     
+#if !defined(__OpenBSD__)
     /*  This is an ugly hack.  Changing the video mode can take a while,  */
     /*    If this was initiated by a remote event, this delay messes up   */
     /*    remote key debouncing.  Just flush the buffer of any repeats.   */
     TVREMOTEFlush();
+#endif
 }
 
 
