aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 5a31035..419ba1c 100644
--- a/vis.h
+++ b/vis.h
@@ -562,7 +562,7 @@ typedef size_t (VisMotionFunction)(Vis*, Win*, void *context, size_t pos);
* @return Motion ID. Negative values indicate an error, positive ones can be
* used with `vis_motion`.
*/
-int vis_motion_register(Vis*, enum VisMotionType, void *context, VisMotionFunction*);
+int vis_motion_register(Vis*, void *context, VisMotionFunction*);
/**
* @}