summaryrefslogtreecommitdiff
path: root/src/tex-node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tex-node.h')
-rw-r--r--src/tex-node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tex-node.h b/src/tex-node.h
index 59c731b..d9a7f3f 100644
--- a/src/tex-node.h
+++ b/src/tex-node.h
@@ -21,7 +21,7 @@ typedef struct m4f_t m4f_t;
typedef struct stage_t stage_t;
typedef struct tex_t tex_t;
-stage_t * tex_node_new_tex(stage_conf_t *conf, tex_t *tex, m4f_t *model_x);
-stage_t * tex_node_new_mem(stage_conf_t *conf, int width, int height, const unsigned char *buf, m4f_t *model_x);
+stage_t * tex_node_new_tex(stage_conf_t *conf, tex_t *tex, m4f_t *projection_x, m4f_t *model_x);
+stage_t * tex_node_new_mem(stage_conf_t *conf, int width, int height, const unsigned char *buf, m4f_t *projection_x, m4f_t *model_x);
#endif
© All Rights Reserved