1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/warsow/files/keysym2ucs.h
Alexey Dokuchaev e008e54a19 - Fix unicode input in X11 (courtesy of Danko Alexeyev)
- While here, remove `-g' from CFLAGS when building AngelScript

Obtained from:	http://forum.picmip.org/forum/thread/12194
Feature safe:	yes
2011-11-23 11:35:26 +00:00

9 lines
159 B
C

/*
* This module converts keysym values into the corresponding ISO 10646-1
* (UCS, Unicode) values.
*/
#include <X11/X.h>
long keysym2ucs(KeySym keysym);