1 | #ifndef _imKStoUCS_h |
2 | #define _imKStoUCS_h |
3 | |
4 | /* |
5 | Copyright (C) 2003-2006,2008 Jamey Sharp, Josh Triplett |
6 | Copyright © 2009 Red Hat, Inc. |
7 | Copyright 1990-1992,1999,2000,2004,2009,2010 Oracle and/or its affiliates. |
8 | All rights reserved. |
9 | |
10 | Permission is hereby granted, free of charge, to any person obtaining a |
11 | copy of this software and associated documentation files (the "Software"), |
12 | to deal in the Software without restriction, including without limitation |
13 | the rights to use, copy, modify, merge, publish, distribute, sublicense, |
14 | and/or sell copies of the Software, and to permit persons to whom the |
15 | Software is furnished to do so, subject to the following conditions: |
16 | |
17 | The above copyright notice and this permission notice (including the next |
18 | paragraph) shall be included in all copies or substantial portions of the |
19 | Software. |
20 | |
21 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
22 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
23 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
24 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
25 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
26 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
27 | DEALINGS IN THE SOFTWARE. |
28 | */ |
29 | |
30 | extern unsigned int X11_KeySymToUcs4(KeySym keysym); |
31 | |
32 | #endif /* _imKStoUCS_h */ |
33 | |