@@ -, +, @@ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/hw/xfree86/dixmods/xkbPrivate.c +++ a/hw/xfree86/dixmods/xkbPrivate.c @@ -38,10 +38,12 @@ XkbDDXPrivate(DeviceIntPtr dev,KeyCode key,XkbAction *act) PrintDeviceGrabInfo(tmp); xf86Msg(X_INFO, "End list of active device grabs\n"); } +#if 0 else if (strcasecmp(msgbuf, "ungrab")==0) UngrabAllDevices(FALSE); else if (strcasecmp(msgbuf, "clsgrb")==0) UngrabAllDevices(TRUE); +#endif else if (strcasecmp(msgbuf, "prwins")==0) PrintWindowTree(); } --