commit c9624f19c37036e05abadc0c8c978a07581cb5dd parent dd2c3c02746cff12fbe32de555dcf19aa066c23b Author: sin <sin@2f30.org> Date: Sun, 15 May 2016 13:43:42 +0100 Add warning Diffstat:
M | spoon.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/spoon.c b/spoon.c @@ -108,6 +108,7 @@ xkblayoutread(char *buf, size_t len) } XkbGetState(dpy, XkbUseCoreKbd, &state); if (XkbRF_GetNamesProp(dpy, &tmp, &vd) == 0){ + warnx("cannot extract keyboard properties"); ret = -1; goto out0; }