From e34b829bbb284972dd391ae00b22274e47d55f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 28 Apr 2018 11:34:26 +0200 Subject: vis: remove v and V in operator pending mode --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') 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*); /** * @} -- cgit v1.2.3