From 063469571a081c5b75320d384cf80e9d246b8002 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 25 Jan 2003 16:23:48 +0000 Subject: [PATCH] Fix Unix breakage from term_mouse() revamp too. [originally from svn r2723] --- unix/pterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/pterm.c b/unix/pterm.c index abd2f122..328f5afd 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -151,7 +151,7 @@ int font_dimension(void *frontend, int which)/* 0 for width, 1 for height */ * mouse or a means of faking it, and there is no need to switch * buttons around at all. */ -static Mouse_Button translate_button(void *frontend, Mouse_Button button) +static Mouse_Button translate_button(Mouse_Button button) { /* struct gui_data *inst = (struct gui_data *)frontend; */