Re-added missing GGIMesa context bufsize structure member

This commit is contained in:
Jon Taylor 1999-09-13 01:08:37 +00:00
parent 0f9aed04d8
commit 9c097c0f11
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ struct ggi_mesa_context
ggi_pixel clearcolor;
void *lfb[2]; /* Linear frame buffers */
int active_buffer;
int bufsize;
int viewport_init;
};