[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] GC & GC



class GC in sclang clashes with X11's GC (Graphics Context).

i think i can probably get around it in this case, but it's a clumsy workaround
and i think this problem will crop up again if somebody tries
to make an X11 based window system for the lang, where it will
be very difficult to work around. X11's GC is included in every X11 app.

dare i suggest changing GC to PyrGC, or would there be a better solution?

_c