]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/llib-lncursestw
ncurses 5.9 - patch 20111030
[ncurses.git] / ncurses / llib-lncursestw
index cc01234b56a5700720d34b2db8a08b8fe8120ece..5230bc758aff5947edbd0ed29f47bd1db86f4c9f 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2009,2010 Free Software Foundation, Inc.                   *
+ * Copyright (c) 2009-2010,2011 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            *
@@ -27,7 +27,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey 2009,2010                                      *
+ *  Author: Thomas E. Dickey 2009-2010,2011                                 *
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -1802,7 +1802,7 @@ int       get_escdelay(void)
 #undef _nc_wgetch
 int    _nc_wgetch(
                WINDOW  *win, 
-               unsigned long *result, 
+               int     *result, 
                int     use_meta)
                { return(*(int *)0); }
 
@@ -2769,6 +2769,12 @@ char     *_nc_tracemouse(
                MEVENT const *ep)
                { return(*(char **)0); }
 
+#undef _nc_retrace_mmask_t
+mmask_t        _nc_retrace_mmask_t(
+               SCREEN  *sp, 
+               mmask_t code)
+               { return(*(mmask_t *)0); }
+
 #undef _tracemouse
 char   *_tracemouse(
                MEVENT const *ep)
@@ -3031,8 +3037,6 @@ void      _nc_vsscanf(void)
 
 /* ./base/lib_freeall.c */
 
-#include <term_entry.h>
-
 #undef _nc_freeall
 void   _nc_freeall(void)
                { /* void */ }
@@ -3251,8 +3255,6 @@ int       unget_wch(
 
 /* ./widechar/lib_vid_attr.c */
 
-#include <term.h>
-
 #undef vid_puts_sp
 int    vid_puts_sp(
                SCREEN  *sp, 
@@ -3501,9 +3503,6 @@ int       wresize(
 
 /* ./tinfo/access.c */
 
-#include <sys/stat.h>
-#include <nc_alloc.h>
-
 #undef _nc_rootname
 char   *_nc_rootname(
                char    *path)
@@ -4247,6 +4246,12 @@ void     _nc_update_screensize(
                SCREEN  *sp)
                { /* void */ }
 
+#undef _nc_setup_tinfo
+int    _nc_setup_tinfo(
+               const char *const tn, 
+               TERMTYPE *const tp)
+               { return(*(int *)0); }
+
 #undef _nc_tinfo_cmdch
 void   _nc_tinfo_cmdch(
                TERMINAL *termp, 
@@ -4555,6 +4560,11 @@ NCURSES_BOOL _nc_retrace_bool(
                NCURSES_BOOL code)
                { return(*(NCURSES_BOOL *)0); }
 
+#undef _nc_retrace_char
+char   _nc_retrace_char(
+               char    code)
+               { return(*(char *)0); }
+
 #undef _nc_retrace_int
 int    _nc_retrace_int(
                int     code)
@@ -4619,6 +4629,11 @@ char     *_traceattr(
                attr_t  newmode)
                { return(*(char **)0); }
 
+#undef _nc_retrace_int_attr_t
+int    _nc_retrace_int_attr_t(
+               attr_t  code)
+               { return(*(int *)0); }
+
 #undef _nc_retrace_attr_t
 attr_t _nc_retrace_attr_t(
                attr_t  code)