Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399453
Collapse All | Expand All

(-)a/hw/xfree86/dixmods/xkbPrivate.c (-1 / +2 lines)
Lines 38-47 XkbDDXPrivate(DeviceIntPtr dev,KeyCode key,XkbAction *act) Link Here
38
                    PrintDeviceGrabInfo(tmp);
38
                    PrintDeviceGrabInfo(tmp);
39
            xf86Msg(X_INFO, "End list of active device grabs\n");
39
            xf86Msg(X_INFO, "End list of active device grabs\n");
40
        }
40
        }
41
#if 0
41
        else if (strcasecmp(msgbuf, "ungrab")==0)
42
        else if (strcasecmp(msgbuf, "ungrab")==0)
42
            UngrabAllDevices(FALSE);
43
            UngrabAllDevices(FALSE);
43
        else if (strcasecmp(msgbuf, "clsgrb")==0)
44
        else if (strcasecmp(msgbuf, "clsgrb")==0)
44
            UngrabAllDevices(TRUE);
45
            UngrabAllDevices(TRUE);
46
#endif
45
        else if (strcasecmp(msgbuf, "prwins")==0)
47
        else if (strcasecmp(msgbuf, "prwins")==0)
46
            PrintWindowTree();
48
            PrintWindowTree();
47
    }
49
    }
48
-

Return to bug 399453