X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2Fllib-lpanelw;h=7ed8b3c3bf3fcf89cd078a6a2ce50207bf439b03;hp=463a02ec0013b4bd1da2534bd4bd8b1702a2edd9;hb=0af9283ca273c267ee6036c3b88115d9ba6d55a6;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/panel/llib-lpanelw b/panel/llib-lpanelw index 463a02ec..7ed8b3c3 100644 --- a/panel/llib-lpanelw +++ b/panel/llib-lpanelw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright 2020 Thomas E. Dickey * + * Copyright 2020,2021 Thomas E. Dickey * * Copyright 2002-2010,2015 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * @@ -43,19 +43,20 @@ PANEL *_nc_retrace_panel( #undef _nc_my_visbuf const char *_nc_my_visbuf( - const void *ptr) + const void *ptr, + int n) { return(*(const char **)0); } #undef _nc_dPanel void _nc_dPanel( - const char *text, + const char *text, const PANEL *pan) { /* void */ } #undef _nc_dStack void _nc_dStack( - const char *fmt, - int num, + const char *fmt, + int num, const PANEL *pan) { /* void */ } @@ -71,8 +72,8 @@ void _nc_Touchpan( #undef _nc_Touchline void _nc_Touchline( - const PANEL *pan, - int start, + const PANEL *pan, + int start, int count) { /* void */ } @@ -132,8 +133,8 @@ int panel_hidden( #undef move_panel int move_panel( - PANEL *pan, - int starty, + PANEL *pan, + int starty, int startx) { return(*(int *)0); } @@ -148,7 +149,7 @@ PANEL *new_panel( #undef replace_panel int replace_panel( - PANEL *pan, + PANEL *pan, WINDOW *win) { return(*(int *)0); } @@ -181,7 +182,7 @@ void update_panels(void) #undef set_panel_userptr int set_panel_userptr( - PANEL *pan, + PANEL *pan, const void *uptr) { return(*(int *)0); }