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:
@@ -1074,6 +1074,9 @@ keyboardMenu(WMenu *menu)
|
||||
break;
|
||||
|
||||
case XK_Return:
|
||||
#ifdef XK_KP_Enter
|
||||
case XK_KP_Enter:
|
||||
#endif
|
||||
done = 2;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user