From: Brian P. <bri...@tu...> - 2004-12-11 20:07:09
|
Christopher Waters wrote: > 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' Yes, you're right. I checked in the change. Thanks. -Brian |