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

(-)xfwm4-4.10.1/src/events.c (+7 lines)
Lines 888-893 Link Here
888
    {
888
    {
889
        state = ev->state & MODIFIER_MASK;
889
        state = ev->state & MODIFIER_MASK;
890
        win = ev->subwindow;
890
        win = ev->subwindow;
891
        if (!win) {
892
            Window root_ret;
893
            int rx,ry,wx,wy;
894
            unsigned int mask_ret;
895
            XQueryPointer(display_info->dpy, ev->window,
896
                &root_ret, &win, &rx, &ry, &wx, &wy, &mask_ret);
897
        }
891
        screen_info = c->screen_info;
898
        screen_info = c->screen_info;
892
899
893
        if ((ev->button == Button1) && (state) && (state == screen_info->params->easy_click))
900
        if ((ev->button == Button1) && (state) && (state == screen_info->params->easy_click))

Return to bug 527662