mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e008e54a19
- While here, remove `-g' from CFLAGS when building AngelScript Obtained from: http://forum.picmip.org/forum/thread/12194 Feature safe: yes
9 lines
159 B
C
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);
|