X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;h=41f1e6dbaceec07fe4073c154459b67ccec7b816;hp=dbdf9c86f4aca29e8b91fdc5caff372a062e54d2;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=4060536b87c0e484b2c0633978766a109bc763f0 diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index dbdf9c86..41f1e6db 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2013,2015 Free Software Foundation, Inc. * + * Copyright (c) 1998-2016,2017 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 * @@ -34,7 +34,6 @@ /* ./tty/hardscroll.c */ #include - #undef _nc_oldnums int *_nc_oldnums; @@ -182,7 +181,7 @@ int wchgat( WINDOW *win, int n, attr_t attr, - short color, + short pair_arg, const void *opts) { return(*(int *)0); } @@ -240,6 +239,20 @@ int start_color_sp( int start_color(void) { return(*(int *)0); } +#undef _nc_change_pair +void _nc_change_pair( + SCREEN *sp, + int pair) + { /* void */ } + +#undef _nc_init_pair +int _nc_init_pair( + SCREEN *sp, + int pair, + int f, + int b) + { return(*(int *)0); } + #undef init_pair_sp int init_pair_sp( SCREEN *sp, @@ -255,6 +268,15 @@ int init_pair( short b) { return(*(int *)0); } +#undef _nc_init_color +int _nc_init_color( + SCREEN *sp, + int color, + int r, + int g, + int b) + { return(*(int *)0); } + #undef init_color_sp int init_color_sp( SCREEN *sp, @@ -307,6 +329,14 @@ int color_content( short *b) { return(*(int *)0); } +#undef _nc_pair_content +int _nc_pair_content( + SCREEN *sp, + int pair, + int *f, + int *b) + { return(*(int *)0); } + #undef pair_content_sp int pair_content_sp( SCREEN *sp, @@ -344,7 +374,7 @@ void _nc_do_color( #undef wcolor_set int wcolor_set( WINDOW *win, - short color_pair_number, + short pair_arg, void *opts) { return(*(int *)0); } @@ -2070,14 +2100,14 @@ int slk_restore(void) int slk_attr_set_sp( SCREEN *sp, const attr_t attr, - short color_pair_number, + short pair_arg, void *opts) { return(*(int *)0); } #undef slk_attr_set int slk_attr_set( const attr_t attr, - short color_pair_number, + short pair_arg, void *opts) { return(*(int *)0); } @@ -2147,12 +2177,12 @@ int slk_clear(void) #undef slk_color_sp int slk_color_sp( SCREEN *sp, - short color_pair_number) + short pair_arg) { return(*(int *)0); } #undef slk_color int slk_color( - short color_pair_number) + short pair_arg) { return(*(int *)0); } /* ./base/lib_slkinit.c */ @@ -2639,6 +2669,12 @@ int mcprint( int len) { return(*(int *)0); } +/* ./base/new_pair.c */ + +#undef _nc_new_pair +void _nc_new_pair(void) + { /* void */ } + /* ./base/resizeterm.c */ #undef is_term_resized_sp @@ -3000,8 +3036,8 @@ void _nc_init_acs(void) /* ./tinfo/lib_baudrate.c */ struct speed { - short s; - int sp; + int given_speed; + int actual_speed; }; #undef _nc_baudrate @@ -4269,6 +4305,14 @@ void _nc_write_entry( TERMTYPE *const tp) { /* void */ } +#undef _nc_write_object +int _nc_write_object( + TERMTYPE *tp, + char *buffer, + unsigned *offset, + unsigned limit) + { return(*(int *)0); } + #undef _nc_tic_written int _nc_tic_written(void) { return(*(int *)0); }