]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/llib-lpanel
ncurses 5.7 - patch 20100109
[ncurses.git] / panel / llib-lpanel
index 42bb0f536f66e87c1d37f5ed8a49da82c9b663d9..85371ec73e06a4176311f74f9a4ce73d8ecf9079 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998,2002 Free Software Foundation, Inc.                   *
+ * Copyright (c) 1998-2005,2010 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            *
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey <dickey@clark.net> 1997,2002                   *
+ *  Author: Thomas E. Dickey        1997,2005,2010                          *
  ****************************************************************************/
 /* LINTLIBRARY */
 
 /* ./panel.c */
 
-#include "panel.priv.h"
+#include <panel.priv.h>
+
+#undef _nc_retrace_panel
+PANEL  *_nc_retrace_panel(
+               PANEL   *pan)
+               { return(*(PANEL **)0); }
 
 #undef _nc_my_visbuf
 const char *_nc_my_visbuf(
@@ -72,6 +77,11 @@ void _nc_Touchline(
 
 /* ./p_above.c */
 
+#undef ground_panel
+PANEL  *ground_panel(
+               SCREEN  *sp)
+               { return(*(PANEL **)0); }
+
 #undef panel_above
 PANEL  *panel_above(
                const PANEL *pan)
@@ -79,6 +89,11 @@ PANEL        *panel_above(
 
 /* ./p_below.c */
 
+#undef ceiling_panel
+PANEL  *ceiling_panel(
+               SCREEN  *sp)
+               { return(*(PANEL **)0); }
+
 #undef panel_below
 PANEL  *panel_below(
                const PANEL *pan)
@@ -152,6 +167,11 @@ int        top_panel(
 
 /* ./p_update.c */
 
+#undef update_panels_sp
+void   update_panels_sp(
+               SCREEN  *sp)
+               { /* void */ }
+
 #undef update_panels
 void   update_panels(void)
                { /* void */ }