]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/llib-lmenuw
ncurses 6.2 - patch 20201227
[ncurses.git] / menu / llib-lmenuw
index d21fb9488499c072253ffaedb586ebd4479426e6..6ad96140a5b0a0c95bfc973493e96d18256a8f0e 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
- * Copyright (c) 2002,2005 Free Software Foundation, Inc.                   *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 2002-2010,2015 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                    2002,2005                   *
+ *  Author: Thomas E. Dickey       2002-on                                  *
  ****************************************************************************/
 /* LINTLIBRARY */
 
 /* ./m_attribs.c */
 
-#include "menu.priv.h"
+#include <menu.priv.h>
 
 #undef set_menu_fore
 int    set_menu_fore(
@@ -237,8 +238,6 @@ const char *item_description(
 
 /* ./m_item_new.c */
 
-#include <wctype.h>
-
 #undef new_item
 ITEM   *new_item(
                const char *name, 
@@ -352,6 +351,12 @@ int        item_count(
 
 /* ./m_new.c */
 
+#undef new_menu_sp
+MENU   *new_menu_sp(
+               SCREEN  *sp, 
+               ITEM    **items)
+               { return(*(MENU **)0); }
+
 #undef new_menu
 MENU   *new_menu(
                ITEM    **items)