aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/internal.h b/internal.h
index a6b7a96..6abb115 100644
--- a/internal.h
+++ b/internal.h
@@ -1,11 +1,3 @@
-typedef struct Deco Deco;
-struct Deco
-{
- int pfd[2];
- int infd;
- char *prog;
-};
-
/* alloc */
void *emalloc(ulong);
void *erealloc(void*, ulong);
@@ -18,7 +10,7 @@ Framebufctl *mkfbctl(Rectangle);
void rmfbctl(Framebufctl*);
/* render */
-void shade(Framebuf *fb, OBJ *model, Memimage *modeltex, Shader *s, ulong nprocs);
+void shade(Framebuf*, OBJ*, Memimage*, Shader*, ulong);
/* util */
int min(int, int);