]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncurses
ncurses 6.0 - patch 20170401
[ncurses.git] / ncurses / llib-lncurses
index e6d986280f29ee0859a529e4007e78c999d733e5..41f1e6dbaceec07fe4073c154459b67ccec7b816 100644 (file)
@@ -34,7 +34,6 @@
 /* ./tty/hardscroll.c */
 
 #include <curses.priv.h>
 /* ./tty/hardscroll.c */
 
 #include <curses.priv.h>
-
 #undef _nc_oldnums
 int    *_nc_oldnums;
 
 #undef _nc_oldnums
 int    *_nc_oldnums;
 
@@ -182,7 +181,7 @@ int wchgat(
                WINDOW  *win, 
                int     n, 
                attr_t  attr, 
                WINDOW  *win, 
                int     n, 
                attr_t  attr, 
-               short   color
+               short   pair_arg
                const void *opts)
                { return(*(int *)0); }
 
                const void *opts)
                { return(*(int *)0); }
 
@@ -246,6 +245,14 @@ void       _nc_change_pair(
                int     pair)
                { /* void */ }
 
                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, 
 #undef init_pair_sp
 int    init_pair_sp(
                SCREEN  *sp, 
@@ -261,6 +268,15 @@ int        init_pair(
                short   b)
                { return(*(int *)0); }
 
                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, 
 #undef init_color_sp
 int    init_color_sp(
                SCREEN  *sp, 
@@ -313,6 +329,14 @@ int        color_content(
                short   *b)
                { return(*(int *)0); }
 
                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, 
 #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, 
 #undef wcolor_set
 int    wcolor_set(
                WINDOW  *win, 
-               short   color_pair_number
+               short   pair_arg
                void    *opts)
                { return(*(int *)0); }
 
                void    *opts)
                { return(*(int *)0); }
 
@@ -2076,14 +2100,14 @@ int     slk_restore(void)
 int    slk_attr_set_sp(
                SCREEN  *sp, 
                const attr_t attr, 
 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, 
                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); }
 
                void    *opts)
                { return(*(int *)0); }
 
@@ -2153,12 +2177,12 @@ int     slk_clear(void)
 #undef slk_color_sp
 int    slk_color_sp(
                SCREEN  *sp, 
 #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(
                { return(*(int *)0); }
 
 #undef slk_color
 int    slk_color(
-               short   color_pair_number)
+               short   pair_arg)
                { return(*(int *)0); }
 
 /* ./base/lib_slkinit.c */
                { return(*(int *)0); }
 
 /* ./base/lib_slkinit.c */
@@ -2647,42 +2671,9 @@ int      mcprint(
 
 /* ./base/new_pair.c */
 
 
 /* ./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 */
 
 
 /* ./base/resizeterm.c */