]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - panel/llib-lpanel
ncurses 5.6 - patch 20070728
[ncurses.git] / panel / llib-lpanel
index 42bb0f536f66e87c1d37f5ed8a49da82c9b663d9..de49c234ecaa9fd706af3c71b285b2c118ad5277 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998,2002 Free Software Foundation, Inc.                   *
+ * Copyright (c) 1998-2002,2005 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 <dickey@clark.net> 1997,2002                   *
+ *  Author: Thomas E. Dickey        1997,2002,2005                          *
  ****************************************************************************/
 /* LINTLIBRARY */
 
 
 #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(
                const void *ptr)