Changeset 1910 for ncurses/vendor/current/menu/m_item_vis.c
- Timestamp:
- Jan 13, 2017, 3:21:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified ncurses/vendor/current/menu/m_item_vis.c ¶
r85 r1910 1 1 /**************************************************************************** 2 * Copyright (c) 1998-200 3,2004Free Software Foundation, Inc. *2 * Copyright (c) 1998-2004,2010 Free Software Foundation, Inc. * 3 3 * * 4 4 * Permission is hereby granted, free of charge, to any person obtaining a * … … 38 38 #include "menu.priv.h" 39 39 40 MODULE_ID("$Id: m_item_vis.c,v 1.1 5 2004/12/25 21:40:09tom Exp $")40 MODULE_ID("$Id: m_item_vis.c,v 1.16 2010/01/23 21:20:10 tom Exp $") 41 41 42 42 /*--------------------------------------------------------------------------- … … 55 55 MENU *menu; 56 56 57 T((T_CALLED("item_visible(%p)"), item));57 T((T_CALLED("item_visible(%p)"), (const void *)item)); 58 58 if (item && 59 59 (menu = item->imenu) &&
Note:
See TracChangeset
for help on using the changeset viewer.