1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[bsd] compilation fix

This commit is contained in:
Witold Filipczyk 2022-07-24 21:46:34 +02:00
parent 8764def801
commit 969974175a

View File

@ -38,7 +38,7 @@ sysmouse_handler(void *data)
{
static struct interlink_event_mouse prev_mouse;
static int prev_buttons;
struct sysmouse_spec *sp = data;
struct sysmouse_spec *sp = (struct sysmouse_spec *)data;
void *itrm = sp->itrm;
int fd = get_output_handle();
int buttons, change;