]> git.decadent.org.uk Git - ion3.git/blob - debian/patches/101_ignore-mising-keys.diff
Changed to ignore all missing keys based on upstream opinion.
[ion3.git] / debian / patches / 101_ignore-mising-keys.diff
1 --- ion3.orig/ioncore/conf-bindings.c
2 +++ ion3/ioncore/conf-bindings.c
3 @@ -94,7 +94,7 @@
4                  break;
5              }
6              if(XKeysymToKeycode(ioncore_g.dpy, keysym)==0){
7 -                warn_obj(str, TR("Could not convert keysym to keycode."));
8 +                /* It is not an error for a keymap to lack some keys */
9                  break;
10              }
11              *ksb_ret=keysym;