mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[bsd] compilation fix
This commit is contained in:
parent
8764def801
commit
969974175a
@ -38,7 +38,7 @@ sysmouse_handler(void *data)
|
|||||||
{
|
{
|
||||||
static struct interlink_event_mouse prev_mouse;
|
static struct interlink_event_mouse prev_mouse;
|
||||||
static int prev_buttons;
|
static int prev_buttons;
|
||||||
struct sysmouse_spec *sp = data;
|
struct sysmouse_spec *sp = (struct sysmouse_spec *)data;
|
||||||
void *itrm = sp->itrm;
|
void *itrm = sp->itrm;
|
||||||
int fd = get_output_handle();
|
int fd = get_output_handle();
|
||||||
int buttons, change;
|
int buttons, change;
|
||||||
|
Loading…
Reference in New Issue
Block a user