summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics.h b/graphics.h
index b30dd9f..17ce25e 100644
--- a/graphics.h
+++ b/graphics.h
@@ -178,7 +178,6 @@ struct FSparams
struct SUparams
{
Framebuf *fb;
- Memimage *frag;
Renderjob *job;
Camera *camera;
Entity *entity;
@@ -226,7 +225,7 @@ struct Renderjob
struct Framebuf
{
- Memimage *cb; /* color buffer */
+ ulong *cb; /* color buffer */
double *zb; /* z/depth buffer */
Rectangle r;
};