comparison oldXMenu/XMenuInt.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 1
2 /* $Header: /cvs/emacs/oldXMenu/XMenuInt.h,v 1.1 1999/10/03 19:35:24 fx Exp $ */
3 /* Copyright Massachusetts Institute of Technology 1985 */ 2 /* Copyright Massachusetts Institute of Technology 1985 */
3 /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
4 4
5 /* 5 /*
6 * XMenu: MIT Project Athena, X Window system menu package 6 * XMenu: MIT Project Athena, X Window system menu package
7 * 7 *
8 * XMenuInternal.h - Internal menu system include file for the 8 * XMenuInternal.h - Internal menu system include file for the
59 int _XMRefreshSelections(); /* No value actually returned. */ 59 int _XMRefreshSelections(); /* No value actually returned. */
60 int _XMHighlightSelection(); /* No value actually returned. */ 60 int _XMHighlightSelection(); /* No value actually returned. */
61 61
62 #endif 62 #endif
63 /* Don't add stuff after this #endif */ 63 /* Don't add stuff after this #endif */
64
65 /* arch-tag: 00640af1-9386-48b5-a4be-35620b8cd3aa
66 (do not change this comment) */