From ae69a754244c4e475c8d2591772ca8e005071d83 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Feb 2019 11:55:41 +0100 Subject: Update to 5.42 --- hacks/glx/gltrackball.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hacks/glx/gltrackball.c') diff --git a/hacks/glx/gltrackball.c b/hacks/glx/gltrackball.c index 57b4b99..9e3314c 100644 --- a/hacks/glx/gltrackball.c +++ b/hacks/glx/gltrackball.c @@ -76,6 +76,13 @@ gltrackball_init (int ignore_device_rotation_p) return ts; } +void +gltrackball_free (trackball_state *ts) +{ + free (ts); +} + + /* Device rotation interacts very strangely with mouse positions. I'm not entirely sure this is the right fix. */ -- cgit v1.2.3-55-g7522