1 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:expandtab:shiftwidth=4:tabstop=4:
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
10 * This module converts keysym values into the corresponding ISO 10646-1
11 * (UCS, Unicode) values.
17 # define KeySym unsigned int
24 long keysym2ucs(KeySym keysym
);