]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursesw
ncurses 6.1 - patch 20180825
[ncurses.git] / ncurses / llib-lncursesw
index 8aacf053b9236409df3b953516311559da408f69..7d0dc1baa54255dc2fef3f078dc829d92287df54 100644 (file)
@@ -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 */