Introduction
Introduction Statistics Contact Development Disclaimer Help
Request an updated keymap at startup. - sam - An updated version of the sam tex…
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit 5666724ace16eff488a35cfef095252ee3fa73df
parent a4cd093243bf66ee7a57b3374616a4090718800e
Author: Rob King <[email protected]>
Date: Wed, 7 Dec 2016 11:33:38 -0600
Request an updated keymap at startup.
Diffstat:
libXg/xtbinit.c | 5 +++++
1 file changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libXg/xtbinit.c b/libXg/xtbinit.c
@@ -237,6 +237,11 @@ xtbinit(Errfunc f, char *class, int *pargc, char **argv, c…
exit(EXIT_FAILURE);
}
+ if (XkbGetUpdatedMap(_dpy, XkbKeyTypesMask | XkbKeySymsMask | XkbModifierM…
+ fprintf(stderr, "could not get updated keymap\n");
+ exit(EXIT_FAILURE);
+ }
+
font = XftFontOpenName(_dpy, DefaultScreen(_dpy), fontspec[0] ? fontspec :…
screen.id = 0;
XtRealizeWidget(_toplevel);
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.