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

(-)llpp-22/link.c (-1 / +2 lines)
Lines 3834-3840 Link Here
3834
        caml_failwith ("glXChooseVisual");
3834
        caml_failwith ("glXChooseVisual");
3835
    }
3835
    }
3836
3836
3837
    for (size_t n = 0; n < CURS_COUNT; ++n) {
3837
    size_t n;
3838
    for (n = 0; n < CURS_COUNT; ++n) {
3838
        glx.curs[n] = XCreateFontCursor (glx.dpy, shapes[n]);
3839
        glx.curs[n] = XCreateFontCursor (glx.dpy, shapes[n]);
3839
    }
3840
    }
3840
3841

Return to bug 571572