From: Christopher W. <cr...@ms...> - 2004-12-10 21:50:58
|
well, broken on windows/darwin :) Error: context.c: In function `stubMakeCurrent': context.c:997: error: structure has no member named `dpy' Line: if (stub.trackWindowVisibility && window->type == CHROMIUM && window->dpy) { Shouldn't this have 'window->drawable' instead of 'window->dpy'? or, looking at what the body uses, should it be 'window->spuWindow' -Chris |