aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrap.h b/src/wrap.h
index c293ea9..97dea37 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -103,6 +103,7 @@ struct wrap_box
/* For type == WRAP_BOX_CALLBACK */
SCCallbackDrawFunc draw_func;
+ SCCallbackClickFunc click_func;
void *bvp;
void *vp;
};