]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursest
ncurses 6.0 - patch 20170401
[ncurses.git] / ncurses / llib-lncursest
index 4a60f72fef63879c2e018bb5ec20e36698eb6289..b88c9426bf94c60fdaf85165286327cd1fa97fa2 100644 (file)
@@ -34,7 +34,6 @@
 /* ./tty/hardscroll.c */
 
 #include <curses.priv.h>
-
 #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); }
 
@@ -249,6 +248,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, 
@@ -264,6 +271,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, 
@@ -316,6 +332,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, 
@@ -353,7 +377,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); }
 
@@ -2085,14 +2109,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); }
 
@@ -2162,12 +2186,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 */
@@ -2656,42 +2680,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 */