1262617Sdelphij/****************************************************************************
2262617Sdelphij * Copyright (c) 2010 Free Software Foundation, Inc.                        *
3262617Sdelphij *                                                                          *
4262617Sdelphij * Permission is hereby granted, free of charge, to any person obtaining a  *
5262617Sdelphij * copy of this software and associated documentation files (the            *
6262617Sdelphij * "Software"), to deal in the Software without restriction, including      *
7262617Sdelphij * without limitation the rights to use, copy, modify, merge, publish,      *
8262617Sdelphij * distribute, distribute with modifications, sublicense, and/or sell       *
9262617Sdelphij * copies of the Software, and to permit persons to whom the Software is    *
10262617Sdelphij * furnished to do so, subject to the following conditions:                 *
11262617Sdelphij *                                                                          *
12262617Sdelphij * The above copyright notice and this permission notice shall be included  *
13262617Sdelphij * in all copies or substantial portions of the Software.                   *
14262617Sdelphij *                                                                          *
15262617Sdelphij * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
16262617Sdelphij * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
17262617Sdelphij * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
18262617Sdelphij * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
19262617Sdelphij * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
20262617Sdelphij * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
21262617Sdelphij * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
22262617Sdelphij *                                                                          *
23262617Sdelphij * Except as contained in this notice, the name(s) of the above copyright   *
24262617Sdelphij * holders shall not be used in advertising or otherwise to promote the     *
25262617Sdelphij * sale, use or other dealings in this Software without prior written       *
26262617Sdelphij * authorization.                                                           *
27262617Sdelphij ****************************************************************************/
28262617Sdelphij
29262617Sdelphij/****************************************************************************
30262617Sdelphij *  Author: Thomas E. Dickey                    2010                        *
31262617Sdelphij ****************************************************************************/
32262617Sdelphij/* LINTLIBRARY */
33262617Sdelphij
34262617Sdelphij/* ./panel.c */
35262617Sdelphij
36262617Sdelphij#include <panel.priv.h>
37262617Sdelphij
38262617Sdelphij#undef _nc_retrace_panel
39262617SdelphijPANEL	*_nc_retrace_panel(
40262617Sdelphij		PANEL	*pan)
41262617Sdelphij		{ return(*(PANEL **)0); }
42262617Sdelphij
43262617Sdelphij#undef _nc_my_visbuf
44262617Sdelphijconst char *_nc_my_visbuf(
45262617Sdelphij		const void *ptr)
46262617Sdelphij		{ return(*(const char **)0); }
47262617Sdelphij
48262617Sdelphij#undef _nc_dPanel
49262617Sdelphijvoid	_nc_dPanel(
50262617Sdelphij		const char *text, 
51262617Sdelphij		const PANEL *pan)
52262617Sdelphij		{ /* void */ }
53262617Sdelphij
54262617Sdelphij#undef _nc_dStack
55262617Sdelphijvoid	_nc_dStack(
56262617Sdelphij		const char *fmt, 
57262617Sdelphij		int	num, 
58262617Sdelphij		const PANEL *pan)
59262617Sdelphij		{ /* void */ }
60262617Sdelphij
61262617Sdelphij#undef _nc_Wnoutrefresh
62262617Sdelphijvoid	_nc_Wnoutrefresh(
63262617Sdelphij		const PANEL *pan)
64262617Sdelphij		{ /* void */ }
65262617Sdelphij
66262617Sdelphij#undef _nc_Touchpan
67262617Sdelphijvoid	_nc_Touchpan(
68262617Sdelphij		const PANEL *pan)
69262617Sdelphij		{ /* void */ }
70262617Sdelphij
71262617Sdelphij#undef _nc_Touchline
72262617Sdelphijvoid	_nc_Touchline(
73262617Sdelphij		const PANEL *pan, 
74262617Sdelphij		int	start, 
75262617Sdelphij		int	count)
76262617Sdelphij		{ /* void */ }
77262617Sdelphij
78262617Sdelphij/* ./p_above.c */
79262617Sdelphij
80262617Sdelphij#undef ground_panel
81262617SdelphijPANEL	*ground_panel(
82262617Sdelphij		SCREEN	*sp)
83262617Sdelphij		{ return(*(PANEL **)0); }
84262617Sdelphij
85262617Sdelphij#undef panel_above
86262617SdelphijPANEL	*panel_above(
87262617Sdelphij		const PANEL *pan)
88262617Sdelphij		{ return(*(PANEL **)0); }
89262617Sdelphij
90262617Sdelphij/* ./p_below.c */
91262617Sdelphij
92262617Sdelphij#undef ceiling_panel
93262617SdelphijPANEL	*ceiling_panel(
94262617Sdelphij		SCREEN	*sp)
95262617Sdelphij		{ return(*(PANEL **)0); }
96262617Sdelphij
97262617Sdelphij#undef panel_below
98262617SdelphijPANEL	*panel_below(
99262617Sdelphij		const PANEL *pan)
100262617Sdelphij		{ return(*(PANEL **)0); }
101262617Sdelphij
102262617Sdelphij/* ./p_bottom.c */
103262617Sdelphij
104262617Sdelphij#undef bottom_panel
105262617Sdelphijint	bottom_panel(
106262617Sdelphij		PANEL	*pan)
107262617Sdelphij		{ return(*(int *)0); }
108262617Sdelphij
109262617Sdelphij/* ./p_delete.c */
110262617Sdelphij
111262617Sdelphij#undef del_panel
112262617Sdelphijint	del_panel(
113262617Sdelphij		PANEL	*pan)
114262617Sdelphij		{ return(*(int *)0); }
115262617Sdelphij
116262617Sdelphij/* ./p_hide.c */
117262617Sdelphij
118262617Sdelphij#undef hide_panel
119262617Sdelphijint	hide_panel(
120262617Sdelphij		 PANEL	*pan)
121262617Sdelphij		{ return(*(int *)0); }
122262617Sdelphij
123262617Sdelphij/* ./p_hidden.c */
124262617Sdelphij
125262617Sdelphij#undef panel_hidden
126262617Sdelphijint	panel_hidden(
127262617Sdelphij		const PANEL *pan)
128262617Sdelphij		{ return(*(int *)0); }
129262617Sdelphij
130262617Sdelphij/* ./p_move.c */
131262617Sdelphij
132262617Sdelphij#undef move_panel
133262617Sdelphijint	move_panel(
134262617Sdelphij		PANEL	*pan, 
135262617Sdelphij		int	starty, 
136262617Sdelphij		int	startx)
137262617Sdelphij		{ return(*(int *)0); }
138262617Sdelphij
139262617Sdelphij/* ./p_new.c */
140262617Sdelphij
141262617Sdelphij#undef new_panel
142262617SdelphijPANEL	*new_panel(
143262617Sdelphij		WINDOW	*win)
144262617Sdelphij		{ return(*(PANEL **)0); }
145262617Sdelphij
146262617Sdelphij/* ./p_replace.c */
147262617Sdelphij
148262617Sdelphij#undef replace_panel
149262617Sdelphijint	replace_panel(
150262617Sdelphij		PANEL	*pan, 
151262617Sdelphij		WINDOW	*win)
152262617Sdelphij		{ return(*(int *)0); }
153262617Sdelphij
154262617Sdelphij/* ./p_show.c */
155262617Sdelphij
156262617Sdelphij#undef show_panel
157262617Sdelphijint	show_panel(
158262617Sdelphij		PANEL	*pan)
159262617Sdelphij		{ return(*(int *)0); }
160262617Sdelphij
161262617Sdelphij/* ./p_top.c */
162262617Sdelphij
163262617Sdelphij#undef top_panel
164262617Sdelphijint	top_panel(
165262617Sdelphij		PANEL	*pan)
166262617Sdelphij		{ return(*(int *)0); }
167262617Sdelphij
168262617Sdelphij/* ./p_update.c */
169262617Sdelphij
170262617Sdelphij#undef update_panels_sp
171262617Sdelphijvoid	update_panels_sp(
172262617Sdelphij		SCREEN	*sp)
173262617Sdelphij		{ /* void */ }
174262617Sdelphij
175262617Sdelphij#undef update_panels
176262617Sdelphijvoid	update_panels(void)
177262617Sdelphij		{ /* void */ }
178262617Sdelphij
179262617Sdelphij/* ./p_user.c */
180262617Sdelphij
181262617Sdelphij#undef set_panel_userptr
182262617Sdelphijint	set_panel_userptr(
183262617Sdelphij		PANEL	*pan, 
184262617Sdelphij		void	*uptr)
185262617Sdelphij		{ return(*(int *)0); }
186262617Sdelphij
187262617Sdelphij#undef panel_userptr
188262617Sdelphijvoid	*panel_userptr(
189262617Sdelphij		const PANEL *pan)
190262617Sdelphij		{ return(*(void **)0); }
191262617Sdelphij
192262617Sdelphij/* ./p_win.c */
193262617Sdelphij
194262617Sdelphij#undef panel_window
195262617SdelphijWINDOW	*panel_window(
196262617Sdelphij		const PANEL *pan)
197262617Sdelphij		{ return(*(WINDOW **)0); }
198