prototype warning, this is being done only because it is not worth
having a keysym2ucs.h file and the keysym2ucs.c file claims to be
auto-generated...
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11469
d7cf8633-e32d-0410-b094-
e92efae38249
{ 0x20ac, 0x20ac }, /* EuroSign € EURO SIGN */
};
+extern long keysym2ucs(KeySym keysym); // LordHavoc: suppress warning just in this case, it's not worth having a header file for this...
long keysym2ucs(KeySym keysym)
{
int min = 0;
/*-----------------------------------------------------------------------*/
//
-long keysym2ucs(KeySym keysym);
+extern long keysym2ucs(KeySym keysym); // LordHavoc: suppress warning just in this case, it's not worth having a header file for this...
static void DP_Xutf8LookupString(XKeyEvent * ev,
Uchar *uch,
KeySym * keysym_return,