Commit efbf1d72 authored by dscho's avatar dscho

fix compile warnings

parent 9e78be39
...@@ -381,9 +381,11 @@ static int keyTable[] = { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment