X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursesw;h=7d0dc1baa54255dc2fef3f078dc829d92287df54;hp=e6b459bc8ed5ba3d6d522f95eb57d692538c66c3;hb=746490c7ab9f66c7521c500684e65eca223c551c;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/ncurses/llib-lncursesw b/ncurses/llib-lncursesw index e6b459bc..7d0dc1ba 100644 --- a/ncurses/llib-lncursesw +++ b/ncurses/llib-lncursesw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2001-2016,2017 Free Software Foundation, Inc. * + * Copyright (c) 2001-2017,2018 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -282,6 +282,12 @@ void _nc_change_pair( int pair) { /* void */ } +#undef _nc_reserve_pairs +colorpair_t *_nc_reserve_pairs( + SCREEN *sp, + int want) + { return(*(colorpair_t **)0); } + #undef _nc_init_pair int _nc_init_pair( SCREEN *sp, @@ -440,6 +446,11 @@ int extended_pair_content_sp( int *b) { return(*(int *)0); } +#undef reset_color_pairs_sp +void reset_color_pairs_sp( + SCREEN *sp) + { /* void */ } + #undef init_extended_pair int init_extended_pair( int pair, @@ -470,6 +481,10 @@ int extended_pair_content( int *b) { return(*(int *)0); } +#undef reset_color_pairs +void reset_color_pairs(void) + { /* void */ } + /* ./base/lib_colorset.c */ #undef wcolor_set @@ -3529,6 +3544,11 @@ int mcprint( /* ./base/new_pair.c */ +#undef _nc_free_ordered_pairs +void _nc_free_ordered_pairs( + SCREEN *sp) + { /* void */ } + #undef _nc_reset_color_pair void _nc_reset_color_pair( SCREEN *sp, @@ -3543,6 +3563,14 @@ void _nc_set_color_pair( int mode) { /* void */ } +#undef _nc_copy_pairs +void _nc_copy_pairs( + SCREEN *sp, + colorpair_t *target, + colorpair_t *source, + int length) + { /* void */ } + #undef alloc_pair_sp int alloc_pair_sp( SCREEN *sp, @@ -3732,12 +3760,6 @@ void _nc_export_termtype2( const TERMTYPE2 *src) { /* void */ } -#undef _nc_import_termtype2 -void _nc_import_termtype2( - TERMTYPE2 *dst, - const TERMTYPE *src) - { /* void */ } - /* ./codes.c */ #undef boolcodes @@ -4955,7 +4977,7 @@ int _nc_read_entry( #undef _nc_read_termcap_entry int _nc_read_termcap_entry( const char *const tn, - TERMTYPE *const tp) + TERMTYPE2 *const tp) { return(*(int *)0); } /* ./tinfo/strings.c */ @@ -5168,9 +5190,6 @@ char *_nc_tic_expand( void (*_nc_check_termtype2)( TERMTYPE2 *p1, NCURSES_BOOL p2); -#undef _nc_check_termtype -void (*_nc_check_termtype)( - TERMTYPE *p1); #undef _nc_entry_match NCURSES_BOOL _nc_entry_match( @@ -5194,11 +5213,6 @@ int _nc_resolve_uses2( NCURSES_BOOL literal) { return(*(int *)0); } -#undef _nc_resolve_uses -int _nc_resolve_uses( - NCURSES_BOOL fullresolve) - { return(*(int *)0); } - /* ./tinfo/comp_scan.c */ #undef _nc_syntax