summaryrefslogtreecommitdiff
path: root/src/rototiller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rototiller.h')
-rw-r--r--src/rototiller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rototiller.h b/src/rototiller.h
index f75ca11..77113de 100644
--- a/src/rototiller.h
+++ b/src/rototiller.h
@@ -2,7 +2,7 @@
#define _ROTOTILLER_H
typedef struct rototiller_module_t {
- void (*render)(fb_fragment_t *);
+ void (*render_fragment)(fb_fragment_t *);
char *name;
char *description;
char *author;
© All Rights Reserved