1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

fixed some compilation issues with gcc-2.9x

This commit is contained in:
dan
2004-10-31 00:57:25 +00:00
parent e53ddd046f
commit 3b46cf38cd
4 changed files with 9 additions and 5 deletions

View File

@@ -1074,6 +1074,9 @@ keyboardMenu(WMenu *menu)
break;
case XK_Return:
#ifdef XK_KP_Enter
case XK_KP_Enter:
#endif
done = 2;
break;