Fix Unix breakage from term_mouse() revamp too.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Jan 2003 16:23:48 +0000 (16:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Jan 2003 16:23:48 +0000 (16:23 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2723 cda61777-01e9-0310-a592-d414129be87e

unix/pterm.c

index abd2f12..328f5af 100644 (file)
@@ -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; */