openbsd-ports/x11/vlc/patches/patch-modules_gui_ncurses_c
2010-05-05 08:43:35 +00:00

13 lines
550 B
Plaintext

$OpenBSD: patch-modules_gui_ncurses_c,v 1.4 2010/05/05 08:43:35 edd Exp $
--- modules/gui/ncurses.c.orig Fri May 8 20:10:50 2009
+++ modules/gui/ncurses.c Sat May 16 08:56:36 2009
@@ -123,7 +123,7 @@ static void start_color_and_pairs ( intf_thread_t * );
vlc_module_begin ()
set_shortname( "Ncurses" )
set_description( N_("Ncurses interface") )
- set_capability( "interface", 10 )
+ set_capability( "interface", 21 )
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_MAIN )
set_callbacks( Open, Close )