X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=menu%2Fllib-lmenuw;h=0998f9b0b866364f3a11561f8dd53f235a0be570;hb=77afe78361875f531dc2bf8d73f2e781c8e76176;hp=d21fb9488499c072253ffaedb586ebd4479426e6;hpb=40cf934fff2d2790c060619e3a29bd54c20994b0;p=ncurses.git diff --git a/menu/llib-lmenuw b/menu/llib-lmenuw index d21fb948..0998f9b0 100644 --- a/menu/llib-lmenuw +++ b/menu/llib-lmenuw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002,2005 Free Software Foundation, Inc. * + * Copyright (c) 2002-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 * @@ -27,13 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 2002,2005 * + * Author: Thomas E. Dickey 2002-2005,2010 * ****************************************************************************/ /* LINTLIBRARY */ /* ./m_attribs.c */ -#include "menu.priv.h" +#include #undef set_menu_fore int set_menu_fore( @@ -352,6 +352,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)