Fixing the SunOS 5.5.1 Motif build bustage. Thanks to Tomi Leppikangas for this patch.

This commit is contained in:
zuperdee%penguinpowered.com 1999-07-21 21:48:13 +00:00
Родитель bdee60c11c
Коммит 0175077105
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,9 @@ struct nsKeyConverter nsKeycodes[] = {
{ NS_VK_CANCEL, XK_Cancel },
{ NS_VK_BACK, XK_BackSpace },
{ NS_VK_TAB, XK_Tab },
{ NS_VK_TAB, XK_ISO_Left_Tab },
#ifdef XK_ISO_Left_Tab
{ NS_VK_TAB, XK_ISO_Left_Tab }, // SunOs 5.5.1 doesnt have it
#endif
{ NS_VK_CLEAR, XK_Clear },
{ NS_VK_RETURN, XK_Return },
{ NS_VK_SHIFT, XK_Shift_L },