aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 2e58593..8cd2ce3 100644
--- a/view.h
+++ b/view.h
@@ -14,7 +14,7 @@ typedef struct Selection Selection;
typedef struct {
void *data;
- void (*highlight)(void *data);
+ void (*draw)(void *data);
} ViewEvent;
typedef struct {