aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-04-28 11:34:26 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-05-16 13:24:01 +0200
commite34b829bbb284972dd391ae00b22274e47d55f16 (patch)
tree9d6092a1f6a036d0fc87bfc1dc6e7050e3c5b6fb /vis.h
parent55ea139a5bee4d3dd503ccc255865fc1c6c3fabe (diff)
downloadvis-e34b829bbb284972dd391ae00b22274e47d55f16.tar.gz
vis-e34b829bbb284972dd391ae00b22274e47d55f16.tar.xz
vis: remove v and V in operator pending 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*);
/**
* @}