1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Fix Unix breakage from term_mouse() revamp too.

[originally from svn r2723]
This commit is contained in:
Simon Tatham 2003-01-25 16:23:48 +00:00
parent d08f9e8fce
commit 063469571a

View 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; */