Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / lib / DtMrm / Mrm.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these libraries and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /*   $XConsortium: Mrm.h /main/1 1996/04/05 14:41:44 mgreess $ */
24 /*                                                                      
25  *                   Common Desktop Environment                         
26  *                                                                      
27  * (c) Copyright 1996 Hewlett-Packard Company                           
28  * (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company
29  * (c) Copyright 1993, 1994, 1995 International Business Machines Corp.
30  * (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
31  * (c) Copyright 1993, 1994, 1995 Novell, Inc.
32  * (c) Copyright 1995 Digital Equipment Corp.
33  * (c) Copyright 1995 Fujitsu Limited
34  * (c) Copyright 1995 Hitachi, Ltd.
35  *                                                                 
36  *
37  *                   RESTRICTED RIGHTS LEGEND                              
38  *
39  * Use, duplication, or disclosure by the U.S. Government is subject to
40  * restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in
41  * Technical Data and Computer Software clause in DFARS 252.227-7013.  Rights
42  * for non-DOD U.S. Government Departments and Agencies are as set forth in
43  * FAR 52.227-19(c)(1,2).
44  * 
45  * Hewlett-Packard Company, 3000 Hanover Street, Palo Alto, CA 94304 U.S.A.
46  * International Business Machines Corp., Route 100, Somers, NY 10589 U.S.A. 
47  * Sun Microsystems, Inc., 2550 Garcia Avenue, Mountain View, CA 94043 U.S.A.
48  * Novell, Inc., 190 River Road, Summit, NJ 07901 U.S.A.
49  * Digital Equipment Corp., 111 Powdermill Road, Maynard, MA 01754, U.S.A.
50  * Fujitsu Limited, 1015, Kamikodanaka Nakahara-Ku, Kawasaki 211, Japan
51  * Hitachi, Ltd., 6, Kanda Surugadai 4-Chome, Chiyoda-ku, Tokyo 101, Japan
52  */
53 #ifndef MRM_H
54 #define MRM_H
55
56 /* DtMrmInit.c */
57 extern void DtMrmInitialize(void);
58
59 #endif /* MRM_H */
60 /* DON'T ADD STUFF AFTER THIS #endif */