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

(-)libXext-1.0.5/src/extutil.c.orig (-1 / +1 lines)
Lines 124-130 Link Here
124
	}
124
	}
125
125
126
        /* register extension for XGE */
126
        /* register extension for XGE */
127
        if (strcmp(ext_name, GE_NAME))
127
        if (strcmp(ext_name, GE_NAME) == 0)
128
            xgeExtRegister(dpy, dpyinfo->codes->major_opcode, hooks);
128
            xgeExtRegister(dpy, dpyinfo->codes->major_opcode, hooks);
129
129
130
	if (hooks->create_gc)
130
	if (hooks->create_gc)

Return to bug 289423