Fix action= NoAction() printing

Print it explicitly, rather than type=0x00, with all the private data
too.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-06-04 14:04:04 +01:00
parent 0f09c3073c
commit e6ca6fc57d
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ write_action(struct xkb_keymap *keymap, char **buf, size_t *size,
case XkbSA_RedirectKey:
case XkbSA_DeviceBtn:
case XkbSA_LockDeviceBtn:
case XkbSA_NoAction:
/* XXX TODO */
write_buf(keymap, buf, size, offset, "%sNoAction()%s", prefix, suffix);
break;