openbsd-ports/x11/vlc/patches/patch-modules_gui_ncurses_c

13 lines
545 B
Plaintext

$OpenBSD: patch-modules_gui_ncurses_c,v 1.1 2005/12/22 16:36:17 jolan Exp $
--- modules/gui/ncurses.c.orig Sun Dec 11 15:36:21 2005
+++ modules/gui/ncurses.c Thu Dec 22 10:28:05 2005
@@ -98,7 +98,7 @@ static void ReadDir ( intf_thread
vlc_module_begin();
set_shortname( "Ncurses" );
set_description( _("Ncurses interface") );
- set_capability( "interface", 10 );
+ set_capability( "interface", 21 );
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_GENERAL );
set_callbacks( Open, Close );