]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix Unix breakage from term_mouse() revamp too.
authorSimon Tatham <anakin@pobox.com>
Sat, 25 Jan 2003 16:23:48 +0000 (16:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 25 Jan 2003 16:23:48 +0000 (16:23 +0000)
[originally from svn r2723]

unix/pterm.c

index abd2f1220350cb4771c2e7f233e17a8e3499d8d9..328f5afdfb5451998932d5f3ef831630948a8612 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; */