fix compile warnings

pull/1/head
dscho 19 years ago
parent 9e78be39cc
commit efbf1d7240

@ -381,9 +381,11 @@ static int keyTable[] = {
XK_Alt_R, 55, /* Alt Right (-> Command) */ XK_Alt_R, 55, /* Alt Right (-> Command) */
/* Weirdness I can't figure out */ /* Weirdness I can't figure out */
/* XK_3270_PrintScreen, 105, /* PrintScrn */ /* XXX ? */ #if 0
/* ??? 94, 50, /* International */ XK_3270_PrintScreen, 105, /* PrintScrn */
XK_Menu, 50, /* Menu (-> International) */ ??? 94, 50, /* International */
XK_Menu, 50, /* Menu (-> International)
#endif
}; };
void void

Loading…
Cancel
Save