broken context.c

Christopher Waters <[email protected]> Fri, 10 Dec 2004 15:43:54 -0600
Newsgroups gmane.comp.graphics.chromium.devel
Message-ID <[email protected]>
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