openbsd-ports/graphics/fxtv/patches/patch-actions_c

17 lines
631 B
Plaintext
Raw Normal View History

2001-03-07 02:55:57 -05:00
$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(
2000-05-28 19:41:33 -04:00
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
}