X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncurses;h=41f1e6dbaceec07fe4073c154459b67ccec7b816;hp=e6d986280f29ee0859a529e4007e78c999d733e5;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=2e68dc325852af56f2ec6c315b323a4f9c3d62c9;ds=sidebyside diff --git a/ncurses/llib-lncurses b/ncurses/llib-lncurses index e6d98628..41f1e6db 100644 --- a/ncurses/llib-lncurses +++ b/ncurses/llib-lncurses @@ -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); } @@ -246,6 +245,14 @@ void _nc_change_pair( 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, @@ -261,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, @@ -313,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, @@ -350,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); } @@ -2076,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); } @@ -2153,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 */ @@ -2647,42 +2671,9 @@ int mcprint( /* ./base/new_pair.c */ -#undef alloc_pair_sp -int alloc_pair_sp( - SCREEN *sp, - int fg, - int bg) - { return(*(int *)0); } - -#undef find_pair_sp -int find_pair_sp( - SCREEN *sp, - int fg, - int bg) - { return(*(int *)0); } - -#undef free_pair_sp -int free_pair_sp( - SCREEN *sp, - int pair) - { return(*(int *)0); } - -#undef alloc_pair -int alloc_pair( - int f, - int b) - { return(*(int *)0); } - -#undef find_pair -int find_pair( - int f, - int b) - { return(*(int *)0); } - -#undef free_pair -int free_pair( - int pair) - { return(*(int *)0); } +#undef _nc_new_pair +void _nc_new_pair(void) + { /* void */ } /* ./base/resizeterm.c */