[Alephmodular-devel] CBuffer::Context
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-08-16 07:04:30
|
I just committed basic drawing context setup on the devel-display-abstraction. The only thing the context does right now is manage the already existing pixel and drawing lock elements and implement the infrastructure for managing drawing contexts. That is, a drawing context is initially asked for, and is then reference counted for each further request for a drawing context. When all the references go bye bye, so does the context altogether. Hopefully I'll get around to further updates that actually put the responsibility to drawing in methods of the context. -Jeremy Parsons |