X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fllib-lncursestw;h=5230bc758aff5947edbd0ed29f47bd1db86f4c9f;hp=cc01234b56a5700720d34b2db8a08b8fe8120ece;hb=3c19a91c36092255fbac7de00e3db8830aefc053;hpb=77afe78361875f531dc2bf8d73f2e781c8e76176 diff --git a/ncurses/llib-lncursestw b/ncurses/llib-lncursestw index cc01234b..5230bc75 100644 --- a/ncurses/llib-lncursestw +++ b/ncurses/llib-lncursestw @@ -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 - #undef _nc_freeall void _nc_freeall(void) { /* void */ } @@ -3251,8 +3255,6 @@ int unget_wch( /* ./widechar/lib_vid_attr.c */ -#include - #undef vid_puts_sp int vid_puts_sp( SCREEN *sp, @@ -3501,9 +3503,6 @@ int wresize( /* ./tinfo/access.c */ -#include -#include - #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)