comparison oldXMenu/AddPane.c @ 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 #include "copyright.h" 1 #include "copyright.h"
2 2
3 /* $Header: /cvs/emacs/oldXMenu/AddPane.c,v 1.1 1999/10/03 19:34:51 fx Exp $ */
4 /* Copyright Massachusetts Institute of Technology 1985 */ 3 /* Copyright Massachusetts Institute of Technology 1985 */
4 /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
5 5
6 /* 6 /*
7 * XMenu: MIT Project Athena, X Window system menu package 7 * XMenu: MIT Project Athena, X Window system menu package
8 * 8 *
9 * XMenuAddPane - Adds a pane to an XMenu object. 9 * XMenuAddPane - Adds a pane to an XMenu object.
100 * Return the pane number just added. 100 * Return the pane number just added.
101 */ 101 */
102 _XMErrorCode = XME_NO_ERROR; 102 _XMErrorCode = XME_NO_ERROR;
103 return((menu->p_count - 1)); 103 return((menu->p_count - 1));
104 } 104 }
105
106 /* arch-tag: 62a26021-f29d-48ba-96ef-3b6c4ebd6547
107 (do not change this comment) */